PDA

View Full Version : HTML Site Navigation Question


nsdqmaester
07-01-2012, 02:30 AM
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 1341121754 at 1341121754 ---------------

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.

<!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>

Demo is here www.sec8-clan.com

Any word of advise is appreciated

betts02
07-01-2012, 08:28 AM
Best thing is going to vbadvanced for any issues regarding vbadvanced mate as others will tell you
This is for vbulletin forums only

Also where did you get the theme from my friend ?

Cheers and nice looking site BTW

nsdqmaester
07-01-2012, 08:21 PM
Thanks for your reply. Wasnt sure if it would be a vbadvanced question more then an HTML question. I will hop over there and ask :)

http://mysticdigital.com/shop/MD-Aftermath.html

Theme is from there. And Thank you I am trying to make it a gaming community for everyone to hang out at.