I keep telling my brother to use FF not IE but he just doesn't seem to listen. I've told him about Firebug and IETab extensions for FF and he still doesn't seem to listen. The other bug that he asked me to fix was why his tables weren't centered in FF when they were in IE and surprise surprise it was IEs fault.
I will try what you have said and get back to you. Thanks for the help.
User Profile
Collapse
-
I've stripped out most of the unnecessary stuff and placed the needed files at the following location http://www.global-plus.co.uk/menuTest/index.php
As you can see it works fine in IE (apart from the alignment which I messed up when removing stuff) but doesn't work in FF.
The html code is generated in the following PHP function.
[PHP]
function menu() {
print"<li><a...Leave a comment:
-
CSS:
...Code:.glossymenu, .glossymenu li ul{ list-style-type: none; left: 140; top: 0; margin: 0; padding: 0; width: 140px; /*WIDTH OF MAIN MENU ITEMS*/ border: 0px solid black; } .glossymenu li{ position: relative; } .glossymenu li ul{ /*SUB MENU STYLE*/ position: absolute; width: 140px; /*WIDTH OF SUB MENU ITEMS*/Leave a comment:
-
Firefox incompatibility for Popup menu
First off this is my brothers code for his website but he has task'd me with the job of finding a solution. He has the following javascript code for a popup menu which works fine in IE but not FF. Instead of the menu items popping up like the do in IE they are just all displayed vertically already open like standard buttons. The individual items that should popup also now have little circles to the left of them
...Code:var menuids=new
No activity results to display
Show More
Leave a comment: