View Single Post
Old 02-29-2008, 10:59 PM   #1 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default @included navigation... Setting one active?

How would you set one element of a list to active depending on the navigation?

so the navigation is:
<ul>
<li id="active"><a href="index.htm">Index</a></li>
<li><a href="whatsnew.htm">Whats New</a></li>
<li><a href="about.htm">About</a></li>
<li><a href="why.htm">Why</a></li>
<li><a href="hours.htm">Hours</a></li>
<li><a href="services.htm">Services</a></li>
<li><a href="contact.htm">Contact Us</a></li>
<li><a href="newsletter.htm">Latest News</a></li>
</ul>

Well if I was on whatsnew.htm, how would I make it active?
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote