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;
}
#menu ul {
list-style: none;
padding-left:4px;
background:#ccc;
line-height:0;
}
#menu li {background: red;
}
#menu li a {
font-size: 10px;
font-weight: bold;
padding:8px 0 8px 16px;
height:12px;
display: block;
line-height:12px;
background:#999;
}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
