Bullets not showing for horizontal <ul> tag style

liunx

Guest
Hello,<br />
<br />
I have applied a CSS style to make an unordered list style appear horizontally.<br />
<br />
Please view : <!-- w --><a class="postlink" href="http://www.test.customerdemo.com">www.test.customerdemo.com</a><!-- w --><br />
<br />
Unfortunately I defined a square bullet style which does not seem to appear both in IE6 and Netscape 6.2. Can anyone help?<br />
<br />
Below are the relevant CSS styles and the HTML tags they are applied to:<br />
<br />
#navcontainer ul<br />
{<br />
margin: 0;<br />
padding: 0;<br />
list-style-type: square;<br />
text-align: center;<br />
list-style-position: outside;<br />
}<br />
#navcontainer ul li {<br />
display: inline;<br />
padding: 0px 20px;<br />
margin: 0px;<br />
background-color: #CCCCCC;<br />
white-space: nowrap;<br />
}<br />
#navcontainer ul li a<br />
{<br />
text-decoration: none;<br />
font-family: Verdana;<br />
font-size: x-small;<br />
color: #000000;<br />
}<br />
#navcontainer ul li a:hover<br />
{<br />
margin: 0px;<br />
font-family: Verdana;<br />
font-size: x-small;<br />
color: #FFFFFF;<br />
}<br />
<br />
<div id="navcontainer"><br />
<ul><br />
<li><a href=http://www.htmlforums.com/archive/index.php/"#">Home</a></li><br />
<li><a href=http://www.htmlforums.com/archive/index.php/"#">Careers</a></li><br />
<li><a href=http://www.htmlforums.com/archive/index.php/"#">Links</a></li><br />
<li><a href=http://www.htmlforums.com/archive/index.php/"#">Contact</a></li><br />
</ul><br />
</div><br />
<br />
Thanks<br />
<br />
<!-- m --><a class="postlink" href="Vincehttp://:mad">Vincehttp://:mad</a><!-- m -->: the Forum Search function while you are waiting, as I am sure that I have seen this question asked, and answered, before. However, I cannot remember the answer myself.<!--content-->I'm confused.... why are you redefining the navcontainer ul over and over again?<!--content-->
 
Back
Top