I'm trying to overcome 'sticky' menus in FireFox.
I have an iframe directly underneath my menu
(crowd goes :shock horror, dont you know you shouldn't do that!)
The menu appears fine but will not hide on mouse out.
so...
On my iframe i have a onmouseover="hidemenus();"
function hidemenus(){
if(document.getElementById && !(document.all)) {
closeAllMenus();
}
}
Works fine, the menu hides, everything is right in the world.
But no, menus will only appear again on the second tome of trying.
i have an urge to throw in an emoticon now, but i will resist.
thanks in advance for any help.
closeAllMenus()
-
- Beginner
- Posts: 7
- Joined: Sat May 14, 2005 12:56 pm
- Contact:
-
- Beginner
- Posts: 7
- Joined: Sat May 14, 2005 12:56 pm
- Contact:
ok done it
Problem seems to have gone now, not sure what i did but, there you go