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="select">
<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.
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="select">
<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.