0

alt text http://maishudi.com/icons_ns6.png

How to correct it so that it's always like,like in firefox?

EDIT:

I tried some fix,but not working for me,

I'm using something like below in my application:

background:transparent url(../static/icons_ns6.png) no-repeat scroll 0 -80px;

Say,I need to position the background image.

omg
  • 136,412
  • 142
  • 288
  • 348

3 Answers3

0

IE is known for its problems with transparency in PNGs. There were many topics here regarding that: check for example this one.

Community
  • 1
  • 1
RaYell
  • 69,610
  • 20
  • 126
  • 152
0

The iepngfix.htc available here supports background positioning. And even makes PNG transparency work in IE5.5!

Ben Regenspan
  • 10,058
  • 2
  • 33
  • 44
0

This was useful for me: CSS Opacity in Internet Explorer (IE)

Note the quirks and use use of the CSS "zoom" attribute. YMMV.