![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
This is doing my head in! Please help. I've built a simple <ul> to serve as a menu for a page I'm working on. I have tested the menu in Mozilla Fireworks 1.5 and it's fine - nice and compact with no extra spacing - but in Microsoft Internet Explorer 6 there are huge gaps between each list item. URL :http://217.154.67.191/left_menu.htm It's got to be a simple thing I'm missing so please point it out to me. |
#3
| |||
| |||
|
|
JB wrote: This is doing my head in! Please help. I've built a simple <ul> to serve as a menu for a page I'm working on. I have tested the menu in Mozilla Fireworks 1.5 and it's fine - nice and compact with no extra spacing - but in Microsoft Internet Explorer 6 there are huge gaps between each list item. URL :http://217.154.67.191/left_menu.htm It's got to be a simple thing I'm missing so please point it out to me. There are no gaps. When hovering, the blue backgrounds aren't separated from each other. I think you have to look at the line-height on the a element. -- Els http://locusmeus.com/ Sonhos vem. Sonhos vão. O resto é imperfeito. - Renato Russo - |
#4
| |||
| |||
|
|
font-size:0.6em; |
|
Not ideal but it works! |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
On Fri, 13 Jan 2006, JB wrote: font-size:0.6em; Ouch! Not ideal but it works! "For very small values of the term 'works'." |
#7
| |||
| |||
|
|
New problem in Firefox. Tell me why there is a large left margin when margin is set to 0 and there are no instance of huge amounts of padding. http://217.154.67.191/left_menu.htm Thanks, Jeff |
#8
| |||
| |||
|
|
changing the padding on navigationContainer ul to padding: 0 0 8px 0; fixes it. Not sure where it got the larger left padding from though. |
#9
| |||
| |||
|
|
"Alan J. Flavell" <flavell (AT) ph (DOT) gla.ac.uk> wrote in message news:Pine.LNX.4.62.0601131328160.25873 (AT) ppepc56 (DOT) ph.gla.ac.uk... On Fri, 13 Jan 2006, JB wrote: font-size:0.6em; Ouch! Not ideal but it works! "For very small values of the term 'works'." 0.6em is bad is it? I've changed it to x-small. |
#10
| |||
| |||
|
|
changing the padding on navigationContainer ul to padding: 0 0 8px 0; fixes it. Not sure where it got the larger left padding from though. Thanks for that. All sorted in Firefox but the problem has transferred to IE6! I now have the list starting from the center of the page! |
![]() |
| Thread Tools | |
| Display Modes | |
| |