I have multiple background images in my website and it renders smoothly in firefox, but some of those images doesn't render in IE and when I scroll through the page some of the images renders and then disappears again. This implies with css sprites too. All of my images are either in jpg or in gif.
Last edited by esparsha; Sep 8, 2009 at 03:02.
Reason: missed some info
If you are using images as as a background to a DIV element and that DIV's height is set to auto(Liquid Height) then always remember to clear it like so:
Themost often cause of backgrounds not apperaing is simply putting haslayout on the element, if IE7 (most often) then put min-height:0;, if IE6 then give it a width or small height
Twitter-@Ryan_Reese09 http://www.ryanreese.us -Always looking for web design/development work
Bookmarks