| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
knocking heads
Join Date: Jul 2003
Location: London, UK
Posts: 1,914
|
CSS IE problems (surprise surprise)
I'm making a new a CSS navigation which allows drop down menus (using a bit of javascript) It works fine in FF (see http://www.calvarytempleupc.org.uk ) but in IE you'll notice that when you try to mouseover the dropdowns the menu disappears (EDIT: not due to flash, does it on any page regardless of the flash being there or not). In addition, you'll see that the alignment is off and the last drop down on contact is messed up. Any ideas on how to fix this? Code for the navigation: Code:
CSS for the navigation ( http://www.calvarytempleupc.org.uk/css/navigation.css ): Code:
Javascript for the navigation: Code:
Last edited by stealthcow : 02-02-2006 at 09:18. |
|
|
|
|
|
#5 (permalink) |
|
knocking heads
Join Date: Jul 2003
Location: London, UK
Posts: 1,914
|
ok, i fixed it... the problem was that IE was seeing moving the mouse away from the link and calling the close menu javascript, so i made the links have all the padding/borders etc instead of the LI tag and its all sorted |
|
![]() |