Forum Moderators: not2easy
Stuff
Stuff
Stuff
...but in IE it looks like this:
Stuff
Stuff
Stuff
Here's the code for the list:
<td style="width:181px"><div id="navcontainer">
<ul>
<li><a href="#">:: Stuff</a></li>
<li><a href="#">:: Stuff</a></li>
<li><a href="#">:: Stuff</a></li>
<li><a href="#">:: Stuff</a></li>
<li><a href="#">:: Stuff</a></li>
<li><a href="#">:: Stuff</a></li>
</ul>
</div></td>
And here's the CSS coding for the list:
#navcontainer ul {
list-style-type:none;
margin:0;
padding:0;
display: block;
}
#navcontainer a {
display: block;
color: #606360;
background-color: #EBF4E9;
width:auto;
padding: .2em .8em;
text-decoration: none;
border-bottom: 2px solid #A3A39F;
font-size:10px;
font-family: Helvetica, Arial, sans-serif;
font-weight:500;
}
#navcontainer a:hover {
background-color: #E6F0D1;
color: #606360;
}
#navcontainer li {
margin:0 0 0 0;
}
I'm using a doctype of XHTML Strict. My code validates using W3C's validator. I appreciate any help anybody can give me. Thanks.
<li><a href="#">:: Stuff</a></li><li><a href="#">:: Stuff</a></li><li><a href="#">:: Stuff</a></li><li><a href="#">:: Stuff</a></li><li><a href="#">:: Stuff</a></li><li><a href="#">:: Stuff</a></li>
IE is pretty strange...