Does anyone know how I can get the sidebar lists to work right in IE? There are not supposed to be bullets there…
CSS
ul {
list-style: disc outside url(images/…);
}
ul li {
padding: 0px;
font-weight: normal;
/* list-style: url(“images/li_blank.gif”); */
line-height: 1.5em;
}
ul li:hover {
padding: 0px;
font-weight: normal;
/* list-style: url(“images/li.gif”); */
line-height: 1.5em;
}
#sidebar ul {
color: #eee;
list-style-type: none;
margin: 0;
padding-left: 3px;
font-size: 90%;
list-style: none;
}
#sidebar ul li {
font: normal 110% ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
letter-spacing: 0.1em;
margin-top: 10px;
padding-bottom: 2px;
line-height: 1.5em;
list-style-type: none;
}
#sidebar ul ul {
font-variant: normal;
font-weight: normal;
line-height: 100%;
list-style-type: none;
margin: 0;
padding: 0;
text-align: left;
list-style-type: none;
}
#sidebar ul ul li {
border: 0;
font: normal 12px/115% ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
letter-spacing: 0;
margin-top: 0;
padding: 0;
padding-left: 12px;
line-height: 1.7em;
list-style-type: none;
}