I have a few buttons on my page that are styles using sprites, in ie6 however with the ‘UNIT Png fix’ http://labs.unitinteractive.com/unitpngfix.php my sprites no longer work and there stretched to fit the container, Doesn anybody know if there’s a png fix out there to work with sprites? Thanks
Share
you can fall back to a gif sprite background for IE6.
you can get the
.ie6class on your<body>by following the html5boilerplate approach.http://html5boilerplate.com/
EDIT
or add the IE6 override to a conditional css file:
credit to @lucideer, see comment below