PDA

View Full Version : Use vb menu on an image


John Diver
02-13-2007, 11:33 PM
Hey,

I would like to make an image into a vb menu so it drops down like the vb menu.

The site is www.FloporFold.com - I would like the images with the arrow in the header to dropdown just like the arrow beside search for example in the vb menu.

Does anyone know how I would do it?

Thanks!

[email protected] vbmenu_register("postmenu_1181976", true);
02-14-2007, 01:28 AM
hi. I do not know, but Your template looks perfect. I wish I could do that. I am new and trying to find a cool template, and yours is the best I have seen

Aken
02-14-2007, 05:25 AM
Easy as pie :)

Just change the respective variables. Copy the javascript for the Quick Links in the same way. Just make sure to have the ID in the image, or it won't associate.


<a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img src="search.gif" border="0" id="navbar_search"></a><script type="text/javascript"> vbmenu_register("navbar_search", true);</script>