Css sprintes

png transparent flite dosen’t work in ie6 when the background-images is css sprintes, how to solve this problem.

Have a look at DD_belatedPNG

My advice? Don’t use alpha transparency and instead use “close enough” anti-aliasing and palette transparency instead!

As a rule of thumb I don’t use alpha transparency in designs as they are rarely if ever necessary, and are most always a fat bloated massive waste of bandwidth and developer time – ESPECIALLY if you are trying to support IE 6 and lower. There are plenty of tricks for getting around it other than the idiotic “let’s throw javascript and DirectX filters at it” bull.

Though as ScallioXTX suggested, if we could see the page and image in question, we could better advise you on this.

thanks , it worked. But it’s a little slow.