Thread: Link Troubles
View Single Post
  #4 (permalink)  
Old Sep 29th, 2006, 22:03
moojoo's Avatar
moojoo moojoo is offline
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,946
Blog Entries: 1
Thanks: 0
Thanked 29 Times in 29 Posts
Re: Link Troubles

What is with all the non breaking spaces? This would be much more efficient as a styled list. Not what you wanted to know but eh..

<ul class="sidenav">
<li><a href="approach.html" class="sidenav">OUR APPROACH</a></li>
<li><a href="safety.html" class="sidenav">Safety</a></li>
<li><a href="projectcontrols.html" class="sidenav">Project Controls</a></li>
<li><a href="industryaffiliations.html" class="sidenav">Industry Affiliations</a></li>
</ul>

Then style it with CSS accordingly.
__________________
I hate IE 6. Just sayin....
http://www.mevans76.com
Reply With Quote