Thanks Alan,

Changing the first selector as you suggested has solved the IE6 problem.

I still have the following main menu css validation error!

543      #menu li a      Property zoom doesn't exist :  1
557      #menu ul        Property zoom doesn't exist :  1

Thanks in advance,

keno


Alan Gresley wrote:
> [EMAIL PROTECTED] wrote:
>> Thanks Stephen,
>>
>> The page seems to render ok in Opera 9.51, FF 2.0 and IE7 ...
>>
>> but still experience the expand and collapse problem in IE6
>> with or without the css zoom's!!
>>
>> removing the menu zoom interferes with the menu background.
>>
>> keno
> [..]
>>> url   http://www.sun-safe.com.au/
>>> css   www.sun-safe.com.au/css/JJ-menu.css
> 
> 
> I can not reproduce this offline but I think it has something to do with 
> this embedded style.
> 
> 
> <style type="text/css">
> 
> li {
>   behavior: url(http://www.sun-safe.com.au/htc/IEmenu.htc);
> }
> #nav li:hover ul { top: 1.3em; left: 0}
> 
> </style>
> 
> 
> I would suggest changing the first selector to this.
> 
> #nav li {
>   behavior: url(http://www.sun-safe.com.au/htc/IEmenu.htc);
> }
> 
> 
> IE6 is a weird one. ;-)
> 
> 
> 
> 
______________________________________________________________________
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