I have a feature box containing a ul which I want styled with bullets.
For some reason, the bullets are not showing up in IE6 Win, they do show
up in FF2 Win, FF3 Mac, Safari 3.2 Mac, and Opera 9.5 Mac. Following is
an excerpt from my stylesheet.
li.farray {
width: 100px;
float: left;
color: #666666;
margin-right:0px;
margin-left:30px;
_margin-left:15px;
}
#features ul.featurearray {
width: 280px;
overflow:hidden;
background-color:#DDD;
border:1px #777 solid;
padding-top: 10px;
padding-bottom: 10px;
}
#features ul li {
list-style:disc;
}
To increase specificity I have even tried:
#wrapper #container #content #maincontent #features ul.featurearray {
list_style:disc;
}
and about every other permutation, none will cause IE6 Win to display a
bullet. Can anyone make a suggestion?
To state the obvious, I have checked all ul definitions in all
stylesheets, specifically any stylesheets and definitions that are
loaded *after* this.
Going crazy!!
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/