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
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