The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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;}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|