ASP.NET Menu Items - Dynamic Items Disapearing

  • Thread starter Microsoft Newsserver
  • Start date
M

Microsoft Newsserver

Hi

I have a menu with other elements below it. The submenu items disapear below
the other elemetns on the screen. I have messed about with z-index, but dont
seem to be able to correct the problem. In addition, I have noticed that
when adding submenu items, an IFRAME appears,

Any ideas on how to resolve this would be welcome.

Thanks
 
B

bruce barker

if the other elements are dropdowns then this is a long standing design flaw
in IE. its been corrected in ie 7.

the problem is the actual dropdown controls (select) on on a seperate window
in front of the browser content window, so there no way with z-order to get
content in the main window on top of a select.

there are 3 common solution for pre ie 7:

1) make sure no selects are in the way.
2) when a flyout menu/ dialog is shown, turn off the display of selects
(this is how the ajax toolkit does it for popups).
3) create a dynamic floating iframe (which is a sperate window) and render
the flyout in it. (this is how the google toolkit does it for popups).

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top