PDA

View Full Version : How to remove vbulletin.js menu triangles


alfaowner
01-28-2006, 11:57 AM
Check the attachment screenshot before reading.

I want to be able to remove the circled menu triangles as I have the same action on the actual navbar as an image button, but how do i remove just thos three without removing all of these site wide.

Its doing my head in, but I will find it soon, if any one knows, please help or I will eventually find a way and post it for anyone else to use.

Sorry if I am being a bit thick also...

Regards

Ian

davidw
01-28-2006, 01:45 PM
I don't see any to be removed...

alfaowner
01-29-2006, 12:30 PM
I don't see any to be removed...

looks as though my skin man did it inbetween, when i know how i will post it, thanks for looking though

Cole2026
01-29-2006, 03:02 PM
looks as though my skin man did it inbetween, when i know how i will post it, thanks for looking though

In the javascript of the link that has the popup it has this:
vbmenu_register("navbar_search");

Whereas, if you want the menu_open.gif icon to not be displayed, you add a true.
vbmenu_register("navbar_search", true);