The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HTML Site Navigation Question
I have a question about the navigation for VBAdvanced. What im wanting to do is make a site navigation with categories and then the links and a space between each category
so like Community (Category) <---would like to make this bold if possible. Forum User CP Clan (Category) BF3 Stats etc Is this something that is possible or a mod that does this. --------------- Added [DATE]1341121754[/DATE] at [TIME]1341121754[/TIME] --------------- Figured it out however I need a little help figuring out how to align the text more to the left and possibly removing the dots which is the li class code. HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="sliding_effect.js"></script> </head> <body> <div id="navigation-block"> <ul id="sliding-navigation"> <font size="+1"><font color="#FFFFFF">Community</font></font> <li class="sliding-element"><a href="forum.php">Forum</a></li> <li class="sliding-element"><a href="usercp.php">UserCP</a></li> <li class="sliding-element"><a href="downloads.php">Downloads</a></li> <li class="sliding-element"><a href="arcade.php">Arcade</a></li> <font size="+1"><font color="#FFFFFF">Clan</font></font> <li class="sliding-element"><a href="forms.php?do=form&fid=1">Clan App</a></li> <li class="sliding-element"><a href="showroster.php">Clan Roster</a></li> <li class="sliding-element"><a href="ezStats2/index.php">BF3 Private Stats</a></li> <li class="sliding-element"><a href="http://battlelog.battlefield.com/bf3/servers/show/db090ec2-e90e-49c2-9878-2d721742e037/">Join BF3 Server</a></li> <li class="sliding-element"><a href="http://battlelog.battlefield.com/bf3/platoon/2832655241093343037/">Platoon</a></li> <li class="sliding-element"><a href="http://www.gametracker.com/clan/GamingWarzone/">GameTracker</a></li> <li class="sliding-element"><a href="http://steamcommunity.com/groups/GamingWarZone">Steam</a></li> <font size="+1"><font color="#FFFFFF">Anticheat</font></font> <li class="sliding-element"><a href="http://www.pbbans.com">PBBans</a></li> <li class="sliding-element"><a href="http://www.ggc-stream.com">GGC</a></li> <font size="+1"><font color="#FFFFFF">Affiliates</font></font> <li class="sliding-element"><a href="http://spectresofconvoy.net/phpbb/portal.php">SOC</a></li> <li class="sliding-element"><a href="http://nononsensegamers.com/forums/">NNG</a></li> </ul> </div> </body> </html> Any word of advise is appreciated |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|