![]() |
|
#1
|
|||
|
|||
|
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
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]<!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>[/HTML] Demo is here www.sec8-clan.com Any word of advise is appreciated |
|
#2
|
|||
|
|||
|
try using:
Code:
<li style="list-style-type: none;"> |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem displaying custom site navigation on vba Links | BeerLuver | Troubleshooting & Problems | 1 | 07-06-2008 04:26 AM |
| how do i get site navigation with drop down like this site!?!? | icebullet | "How Do I..." Questions | 1 | 04-29-2007 02:04 AM |
| how to use html in add pages in navigation ? | wil8x | "How Do I..." Questions | 1 | 12-19-2006 05:12 PM |
| Please. html Links in Site Navigation Module | karrerax | "How Do I..." Questions | 2 | 10-16-2005 10:40 PM |
| Adding Custom Links in Site Navigation Module | MBM | Troubleshooting & Problems | 4 | 06-23-2005 07:09 PM |