| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
IE Bug
I'm working on a sub-navigational menu system for my new site. Works fine in FF, but I've run into a bug in IE6 (and lower). A large space is placed between each of the three buttons. [link removed, problem solved] Now, this can be eliminated by giving the <li>s a height of 1%, or zero, or something. Even so, it still gives you a 3 pixel space between them. I tried margins, padding, line-height, height...I can't figure it out. Any help is appreciated. The relevant HTML is... HTML Code:
All relevant CSS can be found at - [link removed, problem solved] Last edited by pgo : 10-11-2005 at 09:39. |
|
|
|
|
|
#4 (permalink) |
|
dt immigrant
|
try giving everything a width? Code:
|
|
|
|
#5 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
Fucking hell. I figured it out. Added a 200px width to the <a>s. What. The. Fuck. EDIT: Haha. Thanks emil - great minds think alike, I guess. Don't know why it worked since they're not floated. I tried adding a width to the spans, too, but that threw it all out of whack in IE. Now to sort out the nightmare that is IE5.5 |
|
|
|
#11 (permalink) | |
|
Senior Member
Join Date: Jan 2005
Posts: 12,340
|
Quote:
Oh well. I'd never have any excitement if it weren't for IE. The site's coming along nicely. Should be ready to post it next week or so. |
|
|
|
|
#12 (permalink) |
|
Violent & Irrational
Join Date: Nov 2005
Location: upstate NY - Albany Area
Posts: 28
|
Some helpful advice was given to me recently, try removing the doctype and see what happens, when it is weird it is the doc type in IE. I don't know if removing it is a good idea but if it fixes the problem you can scream at IE once again. |
|
![]() |