PDA

View Full Version : Disable display of popup arrows?



RagingPenguin
Mon 28th Apr '08, 10:47am
Is there any way to disable the display of the popup arrows, without actually disabling the menus? Perhaps a second, value defaulted parameter to the register function? Thanks.

Zachery
Mon 28th Apr '08, 10:51am
For example,


vbmenu_register("#test");

This shows the arrow


vbmenu_register("#test", true);

Will not.

RagingPenguin
Mon 28th Apr '08, 10:53am
Zing! Thanks Zach. Exactly what I wanted.

Perhaps a second Admin CP option should be added?
Display arrows if DHTML menus are active? Yes | No