OK, you guys helped me with one simple thing (simple for you, a head banger for me...). The li items on this sidebar navigation keep their indent in FF and Safari, but not in IE when they wrap. Have I done something wrong with the treatment of the li?
Thanks.
WB
Code:
div#main #sidebar ul, #sidebar li {
margin: 0;
padding: 0;
list-style: none;
}
div#main #sidebar ul li {
font-size: 11px;
color: #666666;
padding: 3px 0px 4px 10px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #cccccc;
}
Thanks.
WB