CSS PNG IE hack
CSS PNG IE hack
Out of context: Reply #1
- Started
- Last post
- 19 Responses
- spiralstarez0
#element {
background:url(image.jpg);
} /* for IE */html>body #element {
background:url(image2.jpg);
} /* mozilla and smart browsers read this tag, but IE can't */