I've had to revisit this code, as the following error is generated in
IE when hovering over the menus that have dropdowns:
> Webpage error details
>
> User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0;
> SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; InfoPath.2; .NET CLR
Thanks, that helped a lot. :)
2009/5/11 waseem sabjee :
> Using firebug on mozilla firefox I have found the problem
> On hover the nested list css has the following property : height:0;
>
> in your menu's javascript file look for the following line
>
> .css({ height: '0px', display: 'block', over
Using firebug on mozilla firefox I have found the problem
On hover the nested list css has the following property : height:0;
in your menu's javascript file look for the following line
.css({ height: '0px', display: 'block', overflow: 'hidden' })
change height:"0px" to height:"auto" or a desired
3 matches
Mail list logo