Re: [css-d] Extra pixel below each LI in IE

2005-05-10 Thread Greg Van Ullen
Sweet! Indeed, I did forget that... d'oh! Thanks so much! -Greg Ingo Chao wrote: You forgot to mention: body {... font-size:12pt; ...} Remove the font metrics from a and insert them in li: #menu li { background: red; font-size: 10px; font-weight: bold; line-height: 12px; } #menu li a { padding: 8p

Re: [css-d] Extra pixel below each LI in IE

2005-05-06 Thread Ingo Chao
Greg Van Ullen schrieb: http://broadspancommerce.com/menu-pixel.html #menu * {margin:0;padding:0;} #menu { width: 180px; float:left; line-height:0; } #menu ul { list-style: none; padding-left:4px; background:#ccc; line-height:0; } #menu li { background: red; } #menu li a { fo

Re: [css-d] Extra pixel below each LI in IE

2005-05-06 Thread Greg Van Ullen
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shane Porter Sent: Friday, May 06, 2005 11:13 AM To: Greg Van Ullen; css-d@lists.css-discuss.org Subject: RE: [css-d] Extra pixel below each LI in IE Can anyone explain to me why this menu - http://broadspancommerce.com/menu-pixel

Re: [css-d] Extra pixel below each LI in IE

2005-05-06 Thread Arnie Shafer
: "Greg Van Ullen" <[EMAIL PROTECTED]>; Sent: Friday, May 06, 2005 11:12 AM Subject: RE: [css-d] Extra pixel below each LI in IE Can anyone explain to me why this menu - http://broadspancommerce.com/menu-pixel.html - has an extra 1px under each list element in IE? The offending CS

RE: [css-d] Extra pixel below each LI in IE

2005-05-06 Thread Julie Angarone
#menu li { background: red; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shane Porter Sent: Friday, May 06, 2005 11:13 AM To: Greg Van Ullen; css-d@lists.css-discuss.org Subject: RE: [css-d] Extra pixel below each LI in IE > Can any

RE: [css-d] Extra pixel below each LI in IE

2005-05-06 Thread Shane Porter
> Can anyone explain to me why this menu - > http://broadspancommerce.com/menu-pixel.html - has an extra 1px under > each list element in IE? > > The offending CSS is most likely here: - Thanks in advance! > Um... correct me if I'm wrong listers, but doesn't this have more to do with your H

[css-d] Extra pixel below each LI in IE

2005-05-06 Thread Greg Van Ullen
Hi all, Can anyone explain to me why this menu - http://broadspancommerce.com/menu-pixel.html - has an extra 1px under each list element in IE? The offending CSS is most likely here: - Thanks in advance! #menu * {margin:0;padding:0;} #menu { width: 180px; float:left; line-height:0; } #m