Sayian
02-02-2006, 09:12 PM
Im trying to put togeather a simple list
How can i get the current selected tab to become id="current"?
<ul id="navlist">
<li id="active"><a href="#" id="current">Item one</a></li>
<li><a href="#">Item two</a></li>
<li><a href="#">Item three</a></li>
<li><a href="#">Item four</a></li>
<li><a href="#">Item five</a></li>
</ul>
So if item 2's url was selected, item 2 would become current?
How can i get the current selected tab to become id="current"?
<ul id="navlist">
<li id="active"><a href="#" id="current">Item one</a></li>
<li><a href="#">Item two</a></li>
<li><a href="#">Item three</a></li>
<li><a href="#">Item four</a></li>
<li><a href="#">Item five</a></li>
</ul>
So if item 2's url was selected, item 2 would become current?