The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add images in Navbar
Is it possible to add images in the VB 4 navigation menu? I entered the name of the TAB I want but I can't use html or BB code to insert images.. is there a trick to being able to do this?
|
#2
|
||||
|
||||
Since each tab has a unique id, try just writing some CSS. Example for the forum navtab (when selected):
HTML Code:
.navtabs li#vbtab_forum.selected a.navtab { background-image: url('home.png'); background-repeat: no-repeat; background-position: left center;} |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|