harrymossman
Technical User
I am trying to use a <li> for a navigation list (because it is a list). I have eliminated the bullets. Now I want to eliminate the space that they would have taken. The following looks fine in IE but not in Firefox.
left0 is as follows in the style sheet
Code:
<ul>
<li class="none left0"><a href="about_us.htm">About Us</a></li>
<li class="none left0"><a href="jobs.htm">Employment</a></li>
etc.
</ul>
left0 is as follows in the style sheet
Code:
.left0 {margin-left: 0em;}