PDA

View Full Version : Png Background image colors don't match CSS colors



ajblanck
30 May 2009, 06:31 PM
I have an issue with my website's png background images not having the same color as the CSS-defined single-color background. The website is http://warwickbowling.we.bs/

I am running Firefox 3.5 Beta 4, and I think that the problem may have something to do with color correction.

I inserted an image of what I am seeing. I would appreciate if somebody could help me with this issue.

http://drop.io/download/public/irfwmpw7vg4wrfjlu7i1/1b50c367257a1658a70714de0c41d9c4b032e070/db30cf30-5f3a-012b-f600-00127994f632/be16aba0-2f9f-012c-d734-fef15bf305d7/v2/thumbnail_large

hampster
10 Jun 2009, 12:54 PM
I have two guesses:

1) Colorspace information stored in the png image. Your browser then "compensates" for this colorspace.

2) the png is not 24 (or 32) bit. You may have in less than 8-bit colors, indexed, or a myriad of other possibilities that png allows.

--Dave