I'm trying to implement some CSS dropdown menus... with a little javascript tossed in to make it work in IE.
Everything's more or less working, but I'm having some issues between browsers...
in IE it all appears fine.
in Firefox, the div after the menus is placed to the far right on the screen, rather than below. if I put 3 or more br's in then it gets put in the right place horizontally, but in IE it's shifted too far vertically then (also you can notice the far right option Support/Contact doesn't quite highlight properly)
in Opera, the divs overlap, causing much of the navigation to be unusable.
You can see what I'm talking about at
(following the links will take you out of the staging area)
The colors and whatnot are temporary... I'm implementing the son of suckerfish menus from the following example
Any ideas would be greatly appreciated.
Everything's more or less working, but I'm having some issues between browsers...
in IE it all appears fine.
in Firefox, the div after the menus is placed to the far right on the screen, rather than below. if I put 3 or more br's in then it gets put in the right place horizontally, but in IE it's shifted too far vertically then (also you can notice the far right option Support/Contact doesn't quite highlight properly)
in Opera, the divs overlap, causing much of the navigation to be unusable.
You can see what I'm talking about at
(following the links will take you out of the staging area)
The colors and whatnot are temporary... I'm implementing the son of suckerfish menus from the following example
Any ideas would be greatly appreciated.