PNG vs. GIF
PNG vs. GIF
Out of context: Reply #17
- Started
- Last post
- 17 Responses
- spiralstarez0
A good outline of the difference between png and gif.
http://homepage.ntlworld.com/bob…
BOTH support transparency, but png supports variable transparency, gif transparency is either fully opaque or transparent for every pixel.
If you don't want to use the script, you can also use switcher rules to supply different images to IE and other browsers
html>body .element {
background:png for good browser
}.element {
background:gif for shitball IE
}IE can't understand the first rule and reads the second.