I have a dropdown menu that works similarly to the one on the top right corner of - using <-span->'s with display:none for the dropdown menus, and then mouseovers on the main menu to display the <-spans->.
Now when I mouseover one of the main menu options, a submenu is displayed.
It works fine unless the dropdown menu (the <-span->) overlays a <-select-> tag on the main page. In that case the <-select-> overlays the menu dropdown. The rest of the <-span-> is visible, it's just the part where the <-select-> is that is covered. I want the dropdown to lay over the top of everything else on the page.
Has anyone out there worked through this problem before?
Now when I mouseover one of the main menu options, a submenu is displayed.
It works fine unless the dropdown menu (the <-span->) overlays a <-select-> tag on the main page. In that case the <-select-> overlays the menu dropdown. The rest of the <-span-> is visible, it's just the part where the <-select-> is that is covered. I want the dropdown to lay over the top of everything else on the page.
Has anyone out there worked through this problem before?