Having a Friday moment.
I want to use css to generate tabs for the pages to match up with a design I have been asked to do..
normally the code would be something like this:
where you set the id to be current for the page you are on, to display the tab..
Any ideas of how to get this to work with the act_primaries?
Thanks in advance (I hope)
Jenny
I want to use css to generate tabs for the pages to match up with a design I have been asked to do..
normally the code would be something like this:
HTML Code:
<div id="header"> <ul> <li><a href="#">Home</a></li> <li id="current"><a href="#">News</a></li> <li><a href="#">Products</a></li> <li><a href="#">About</a></li> <li><a href="#">Contact</a></li> </ul> </div>
Any ideas of how to get this to work with the act_primaries?
Thanks in advance (I hope)
Jenny
Comment