Sorry... I don't think i'm explaining myself well. Let's say you have the menu below in a page. When i click on the 2nd link beneath the header "CSS Library", (the link to "Vertical CSS Menus" in this case), when that page loads with this menu, i want not only the header group to expand but i also want THAT individual linked box beneath the 'submenu' to have a different background to indicate you are currently on that page. Does that make sense?
thanks!
awp
Code:
<div class="urbangreymenu">
<h3 class="headerbar"><a href="http://www.dynamicdrive.com/style/">CSS Library</a></h3>
<ul class="submenu">
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C1/">Horizontal CSS Menus</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C2/">Vertical CSS Menus</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C4/">Image CSS</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C6/">Form CSS</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C5/">DIVs and containers</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C7/">Links & Buttons</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C8/">Other</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/all/">Browse All</a></li>
</ul>
...
</div>
See http://www.dynamicdrive.com/dynamici...menu-urban.htm for reference.
Bookmarks