|
Yes, I looked into the 8-bit png's, and I'm using them to solve one of my problems. My page has got a very faint, very transparent graphic that's overlaid on the background. With a regular png, of course, that all turns light gray. I've substituted an 8-bit, and it just disappears on IE6, which is fine.
However, in the header I've got what you could call a typographic logo over a colored background, which I'd like to be slightly transparent (the logo, that is), which would disappear in IE6 if it were a png8.
I suppose I could give up the slight transparency of the logo, and use a png8 there...the thing is, as png8's in IE6 show only fully-opaque pixels, the anti-aliased edges would disappear. In that event, the logo would still be legible, but ugly around the edges. That won't do.
To heck with all this code nonsense. I'm just going to use a single big jpeg for the whole page. (I kid.)
|