Sohail Aboobaker wrote:
> Hi,
>
> It must a really newbie question but is li:hover doesn't behave correctly in
> IE. The following in the stylesheet does not change the background color in
> IE where it works fine with firefox.
>
>  #secnavul li.hover {
>      background-color:#B5761C;
>    text-decoration: none;
>   }
>
> The color doesn't change in IE. Same style when applied to "  #secnavul li
> a:hover" seems to work fine in IE and Firefox.
>
> Is there a workaround?
>
> Also, background images with .png are not supported in IE6. Is this true?
>
> Regards,
> Sohail Aboobaker.
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>
>   
Sohail:

Forgot the 2nd question.  General PNGs work in IE 6, but IE 6 has 
problems rendering a PNG with an alpha channel (which is maybe the best 
part of PNG though).  There are some JavaScript based workarounds that 
tend to work okay.

-Adam Ducker
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to