Quote:
Originally Posted by hitmanuk2k
I have just finished creating a new style, which uses a different navbar, but the same features (pop up menu's for search and quick links) as the default.
i want to remove the little drop down menu icons which are currently next to the search and quick link buttons at the top. how do i do this? the code i used for the menu's is exactly the same as that used on the default navbar....but no where in there could i find the drop down menu icon things.
hope someone understands
|
In vbulletin_menu.js find
HTML Code:
document.write('<img src="' + IMGDIR_MISC + '/menu_open.gif" alt="" border="0" />');
replace with
HTML Code:
document.write('');