DIfferences in pictures between ie6 and ie7
Posted
by Para
on Stack Overflow
See other posts from Stack Overflow
or by Para
Published on 2010-03-13T19:19:14Z
Indexed on
2010/03/13
19:25 UTC
Read the original article
Hit count: 273
BACKGROUND-IMAGE: url(../images/feedback_trans_tab.png);
_background-image: url(../images/feedback_tab_ie6.png)
I've seen code like this in a css file feedback_tab_ie6.png is 886 bytes and feedback_trans_tab.png has 1.64Kb Both pics have transparent backgrounds so that you can apply your own background color. Both look the same. yet in IE6 if I comment this line:
_background-image: url(../images/feedback_tab_ie6.png)
this appears:
and if I don't this appears:
DOes anyone have any idea why this is? How can I turn a > ie6 picture into an ie6 picture from Photoshop? Thank you in advance
© Stack Overflow or respective owner