Dear Friend, i implemented css sprites in application .css sprites working all browsers and except IE6 And IE6 My Html Tages <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Http - Https Test</title> </head> <link href="csssprites.css" rel="stylesheet" type="text/css" /> <body> <div class="follow_us_blogger"></div> </html> Code (markup): My CSS Pages .follow_us_blogger { background: no-repeat url('/design/csssprites/follow_us.png') 0 0px; width: 100px; height: 31px;} Code (markup):
Why, what difference would this make, his doc is in 4.01 ? So hopefully it doesnt'! @ayy - I notice you missing a closing </body> which might have an effect on the rendering in IE7/6