B
bpunsky
Guest
well, i need to make a navbar highlight the page i'm on. what i want is a script that pulls down the url and cross checks it against the urls of the navbar options. This is my navbar:
<----end of header---->
<ul id="navigation">
<li><a href="../">Home</a></li>
<li><a href="../stuff/">Stuff</a></li>
<li><a href="../contact">Contact</a></li>
</ul>
<----beginning of content---->
<----end of header---->
<ul id="navigation">
<li><a href="../">Home</a></li>
<li><a href="../stuff/">Stuff</a></li>
<li><a href="../contact">Contact</a></li>
</ul>
<----beginning of content---->