Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mouse over menu

Status
Not open for further replies.

dip

Programmer
Aug 15, 2000
20
SG
Hi,

I am trying to implement a mouse over menu from a drop down menu but i am not very sure how am i to do it.

<select name=&quot;select&quot;>
<option><b>Main Menu</b></option>
<option>File</option>
<option>Edit</option>
<option>View</option>
<option>Favourites</option>
<option>Tools</option>
<option>Help</option>
</select>

When the user moves the mouse on the word File, there should be another menu poping out where the user could click on the new menu and from there the user would be able to click on it and then go to the required page.

Any suggestions.

Thank You.

regards,
dip.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top