PDA

View Full Version : Rollover Menu...NEED HELP!


imusic1991
12-06-2006, 03:05 AM
Hi,
I want to be able to make a hover menu bar like on this website http://au.asus.com/index.aspxwhen you hover over product it gives a menu bar, I have provided my web page code, and this is the image which I would like to have the code on:
<a href="page2.html" onclick="return true" onMouseOver="swapon2()" onMouseOut="swapoff2()"><img src="img/navig2.gif" width="128" height="40" border="0" name="img2"></a>
I would like to put in the menu bar : Computer (page6.htm) , CCTV Surveillance (page7.htm) , Repair (page8.htm) and Furniture (page9.htm)
Please i need your help...Thx
BTW the code provided is a templete i found of the net.

BonRouge
12-08-2006, 04:51 AM
Read this article: http://www.alistapart.com/articles/dropdowns/