|
I have something that works without JavaScript, but there's a little bit of a catch. I just tested a method a little bit (using Fireworks, but hopefully it should work for other software too). You can use transparent PNG's in IE6 if you save them as a flattened PNG8 with either an alpha or index transparency. If you save as an index transparency, only the background will be transparent and everything else will appear with 100% opacity. If you save as an alpha transparency, the background will be transparent as before, but anything with less than 100% opacity will also not show at all. So that's the catch. You can use PNG8 as long as you don't need anything that is only partially opaque. As I understand it, the PNG8 essentially functions as a GIF, but with a little better quality and a smaller size in most cases. However, you won't be able to use more than 256 colors so if you're working with gradients, you'll suffer some quality loss. It's not the right tool for all situations, but it's nice to have in the toolbox.
Last edited by VirtuosiMedia; 09-17-2008 at 04:44 PM..
|