changing a vbmenu button.
Hey,
If I give a vbmenu to a navbar button, the buton gets a small white arrow next to it.
I don't want that arrow,where can i change that?
Thx in advance.
Seba
I 've found how to do it. For the people who also need this:
open: clientscript/vbulletin_menu.js
Comment these lines:
if (!nowrite)
{
document.write('<img src="' + IMGDIR_MISC + '/menu_open.gif" alt="" border="0" />');
}
|