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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Top menu and the select option

Status
Not open for further replies.

9801

Programmer
Nov 28, 2002
1
US
I have a problem, some one please help.



In the menu bar, I have 5 menu items which have drop-downs 'OnClick'. For example: I have a menu item: 'Studies', if i click 'Studies', i have a drop-down list consisting of 6 sub-menus, viz. MS, MBA, MIS,.....


In the body of the page, on top part of the body, i have a select option, viz.:

<select ...>
<option>abcd</option>
<option>.......</option>
</select>

My problem is, when I click on the menu item 'Studies' , the sub-menu items at the bottom are hidden behind the select option of the body.
How can I bring them on top so that they are visible on top of the select option field.

Please any one help me


Thanks,
Raj

 
O, in the Internet Explorer, the <SELECT> object has the highest priority in the display. If you want to make the submenus, I sugguest that you use the <DIV> to simulate the <SELECT>. Coding is the worst thing I had done.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top