View Single Post
Hey Steeve,

It maybe has something to do with the web engine (WebKit). Why I think so?

Your site is looking the same in OmniWeb and Safari 3. The background of the image is indeed a bit darker.


What you could do is use CSS and very small background image (e.g.30x30px), like:

body {
background: url(images/tiny_background_image.png);
}

That way you can be sure that the color has to match since both are pictures. Used as above the tiny background image is repeated.

Since I have too much time on my hands, I made a quick example showing the difference. Used the same RGB color as in your example: http://www.supertom.info/showoff/


o/
Thomas

Last edited by supertom; 2009-03-29 at 04:42 PM.. Reason: add link to example site