Remove the arrow of vBMenus
This modification is in the archives.
If you create some style and the little down-oriented arrow trouble you, you can remove it directly in your templates
The follow example works for any vBMenu in vBulletin. For example, you have the Search drop-down menu in the "navbar" template. For display this menu, you have this: HTML Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td> HTML Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search", true); </script></if></td> Download No files for download. Screenshots |
Similar Mods
Orange Arrow! | vBulletin 3.7 Styles |
>>--ARROW ADS---> Hack | vBulletin 2.x Full Releases |