The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
I have it done for the header links in the html for them in the header. This is page specific but it will give you and Idea what to look for in the nav code to add the css for it.
Code:
<ul class="nav right"> <li class=""> <a href="/"> … </a> </li> <li class=""> <a href="http://www.trafficunit.com/howitworks.htm"> … </a> </li> <li class=""> <a href="http://www.trafficunit.com/about.htm"> … </a> </li> <li class="selected"> <a href="http://www.trafficunit.com/support/forum.php"> … </a> </li> <li class=""> <a href="http://www.trafficunit.com/faqs.htm"> … </a> </li> <li class=""> <a href="http://www.trafficunit.com/contact.htm"> … </a> </li> </ul> --------------- Added [DATE]1387271877[/DATE] at [TIME]1387271877[/TIME] --------------- this is it for vb.org.. Code:
a.tab2:active, a.tab2:visited { background: url("images/cstyle/button2.gif") no-repeat scroll right bottom transparent; } Code:
a.tab:nth-child(6) a.tab2:active,a.tab:nth-child(6) a.tab2:visited { background: url("images/cstyle/button2.gif") no-repeat scroll right bottom transparent; } Code:
a.tab:nth-child(6) a.tab2:active,a.tab:nth-child(6) a.tab2:visited { background-color: #ffffff; } |
Благодарность от: | ||
CAG CheechDogg |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|