CSS Sprites Images Displayed with Low Quality in IE

I have a sprite CSS sprite, and that reflects great on FF as well as on IE. The problem is that the displayed image looks substandard in IE.

Has anyone come across this before? How did you fix it? I need CSS sprites to save bandwidth and requests.

alt text http://cupacupelor.ro/img/problem.png

.blackmncenter2
{
    float:left;
    height:32px;
    line-height:32px;
    background-image:url(../img/top-menu-center.png);   
    background-repeat:repeat-x;
    background-position:left -64px;
    color:White;
    cursor:pointer;
    display:block;
}

Picture:

http://cupacupelor.ro/img/problem.png

Demo:

http://cupacupelor.ro/

Black top menu, available a maximum of 7 days after publication. Try this with FF, then with IE.

0
source share
3 answers

PNG? Internet Explorer 6.0 , PNG, -.

- IE , PNG. - , .

- , ( ).

+3

, " ". , , CSS- ?

+1

, .

IE 7 PNG , , background-position, IE.

JPG CSS .

, , .

0

All Articles