PDA

View Full Version : how to remove the drop down menu icons?


hitmanuk2k
04-06-2004, 07:42 PM
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

Zachery
04-06-2004, 07:52 PM
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 understandsIn vbulletin_menu.js find

document.write('<img src="' + IMGDIR_MISC + '/menu_open.gif" alt="" border="0" />');

replace with

document.write('');