Hi
First of all I think this extension is great.
I am currently working on a site
testing.bettondesign.co.uk/bluekeld (this is work in progress).
The main menu has a total height of 40px but the submenu (eg: ul li ul) has a top position of 41px therefore there is a 1px gap between the main menu and the submenu. This can be seen when hovering over 'Products'.
I presume this is a javascript issue as the css code for the submenu positioning is placed in the actual page rather than in a seperate css file.
Do you know of anyway to fix this? I have tried overriding the css with
Code: |
ul li ul{top:40px !important;}
|
but this seems to break the slide on the submenu.
Cheers.