LI Background Images (.PNG) not appeared in IE6

Posted by Balkar on Stack Overflow See other posts from Stack Overflow or by Balkar
Published on 2010-03-26T10:34:56Z Indexed on 2010/03/26 10:43 UTC
Read the original article Hit count: 298

Filed under:
|

Hi

I am using the following CSS but it never shows background images in IE6. But if I remove the filter .. AlphaLoader command, then it shows with grey background.

Here is my CSS Code

.fg-block1 ul, .fg-block3 ul { list-style:none; } .fg-block1 ul li, .fg-block3 ul li { padding-left:28px; background:url(images/bullet-2.png) no-repeat left top; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; border-bottom:1px dotted #fff; text-align:left; background-position:1px 0; line-height:16px; padding-bottom:5px; margin-bottom:5px; } .fg-block3 ul li { border-bottom:none; } .fg-block1 ul li a, .fg-block3 ul li a { color:#fff; text-decoration:none; } .fg-block1 ul li a:hover, .fg-block3 ul li a:hover { color:#fff; text-decoration:underline; }

© Stack Overflow or respective owner

Related posts about ie6

Related posts about css