The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I create this navigation bar?
How would I create the navigation bar you see on LoneStarStangs.Com ? I want to have the same tabs on the top that highlight as your mouse moves over them, and would like to have the same navigation bar below like they have, anyone know how?
|
#2
|
||||
|
||||
im not sure m8, he could be using something like:
https://vborg.vbsupport.ru/showthrea...highlight=tabs |
#3
|
|||
|
|||
hm..not sure...looks different.
|
#4
|
||||
|
||||
yeah agreed, sorry i cant help, good luck.
|
#5
|
||||
|
||||
He's added some site css - http://www.lonestarstangs.com/forum.css He's using that to control the hovering and such.
|
#6
|
|||
|
|||
Quote:
--------------- Added [DATE]1223401685[/DATE] at [TIME]1223401685[/TIME] --------------- I tried adding it to the navbar and also the header...no luck :{ |
#7
|
||||
|
||||
I would certainly not link to his css code. You need to create your own. You could just add the css to bottom part of your Main CSS page. And, don't forget to make sure you call the class in your nav div.
|
#8
|
|||
|
|||
Why not email him and ask him....
|
#9
|
|||
|
|||
Quote:
--------------- Added [DATE]1223402882[/DATE] at [TIME]1223402882[/TIME] --------------- Quote:
On the Main CSS in the Styles I would add what code? |
#10
|
||||
|
||||
Open the css file I linked to above. In it, you'll see css like the following:
HTML Code:
/* ========== menu ========== */ #menu{ height:34px; clear:both; list-style-type: none; margin: 0; margin-top: 15px; padding-left: 13px; etc. I'm not gonna post it all. It's in the file. } HTML Code:
<!-- menu start --> <ul id="menu"> <li ><a href="http://www.lonestarstangs.com/">LSS Home</a></li> etc. again, I'm not gonna post it all.</ul> <!-- menu end --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|