[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. ;-)




-- 
Alan http://css-class.com/

Nearly all men can stand adversity, but if you want to test a man's 
character, give him power - Abraham Lincoln
______________________________________________________________________
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