View Full Version : Add images in Navbar
lamur
01-10-2013, 08:32 PM
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?
Lynne
01-10-2013, 10:14 PM
Since each tab has a unique id, try just writing some CSS. Example for the forum navtab (when selected):
.navtabs li#vbtab_forum.selected a.navtab {
background-image: url('home.png');
background-repeat: no-repeat;
background-position: left center;}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.