-
I have the same problem on my site:
http://www.cis.hut.fi/tvatanen/sompa/about.shtml
The bug seems to be almost 'random', but it's very annoying. Sometimes the submenu disappears no matter how 'fast' you move your mouse.. I hope you can duplicate the error on my site.
I didn't find the same problems with the demos either. So I'm a little bit confused..
I'm using FF3 on Ubuntu
Thanks in advance,
Tommi
-
Tommi:
Please include browser/ OS info.
-
Update:
I made some experiments and found that there is something about padding that affects this bug..
.mattblackmenu li a { padding: 6px 20px }
if I alter the vertical padding (6px by deafult) either to very small (1px) or much bigger (over 10px) the bug seems to disappear.. Weird, I think..
Edit: It seems that this behaviour is totally random.. So don't make any conclusions...
-
Tommi:
Regarding extra padding/ margins throwing the menu off, seems like a missing doctype issue. Does the top of your page contain a valid doctype?