GaijinPunch
MIS
I've done some edit's to the Tanfa Horizontal Popout Menu ( but have a few discrepencies between Firefox and IE6.
In my first example ( everything is fine in both Firefox, IE6, and IE7. The only problem is, I want variable width menu items.... specifically, as much width as there is space for text.
I try commenting out the width property in the menu element
Which gives me this:
Now, it looks like I want it to in Firefox and IE7, but IE6 breaks it. It makes the width of each item the full width of the menu object (700px in this case), then puts the next one on the next line. No bueno.
Any suggestion? I also tried manually setting the width of each of the <ul> items, but didn't have any luck there.
In my first example ( everything is fine in both Firefox, IE6, and IE7. The only problem is, I want variable width menu items.... specifically, as much width as there is space for text.
I try commenting out the width property in the menu element
Code:
/* width: 12em; */
Which gives me this:
Now, it looks like I want it to in Firefox and IE7, but IE6 breaks it. It makes the width of each item the full width of the menu object (700px in this case), then puts the next one on the next line. No bueno.
Any suggestion? I also tried manually setting the width of each of the <ul> items, but didn't have any luck there.