I put a JS menu on my site but I keep getting a small glitch and im hoping someone here knows how I can fix it! Basically when you hover your mouse above one of the top menus, a few more options drop down for you to choose. If you move your mouse down slowly then the drop down selections dissapear. You have to move your mouse really fast in order to catch it and even that doesnt always work!
I've not logged in but I suspect that it's because there's a small (possibly 1 pixel) gap between the top button and the menu, when you pass over that gap you're no longer over the link. When you move the mouse fast it moves more than a single pixel at once, skipping the gap.
I've not logged in but I suspect that it's because there's a small (possibly 1 pixel) gap between the top button and the menu, when you pass over that gap you're no longer over the link. When you move the mouse fast it moves more than a single pixel at once, skipping the gap.
How would I go about finding if there is a gap? and how would I remove it?
I'd suggest getting firebug and when you hover over elements it will show you exactly what areas they cover. There's a number of ways to remove it depending on what causes it. An example without the need to login would be helpful.
I'd suggest getting firebug and when you hover over elements it will show you exactly what areas they cover. There's a number of ways to remove it depending on what causes it. An example without the need to login would be helpful.
Above is an example of the page without the need to login.
And the wierd thing is, that page is not lagging! Only when the menu is on a page controlled by the AJAX framework. Is it causing some sort of lag? If so, how can it be fixed?
Bookmarks