PC Review


Reply
Thread Tools Rate Thread

ASP.NET Menu Items - Dynamic Items Disapearing

 
 
Microsoft Newsserver
Guest
Posts: n/a
 
      22nd Feb 2008
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


 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      22nd Feb 2008
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)


"Microsoft Newsserver" wrote:

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

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to dispose dynamic menu items??? andylotus@gmail.com Microsoft C# .NET 2 14th Jan 2007 07:36 AM
???Dispose dynamic menu items Andy Lotus Microsoft Dot NET Framework Forms 1 10th Jan 2007 09:12 AM
Dynamic Context Menu Items www.dir@gmail.com Microsoft Dot NET Framework Forms 5 17th Jul 2005 09:37 AM
Generic menu event for a menu with dynamic items Mac via DotNetMonster.com Microsoft VB .NET 2 26th May 2005 01:37 PM
Creating Dynamic Menu Items Stuart Ferguson Microsoft Dot NET 1 4th Jul 2004 12:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:35 AM.