Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.NET Menu Items - Dynamic Items Disapearing

Reply
Thread Tools

ASP.NET Menu Items - Dynamic Items Disapearing

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

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
Removing Menu Items and Child Menu Items Larry Bud ASP .Net 13 01-07-2008 02:12 PM
2.0 Menu control : Can the dynamic popup menu items be divided into 2 columns instead of 1? Perry Loh ASP .Net Web Controls 0 03-24-2006 04:44 AM
Disapearing cursor on some Readonly textbox ThunderMusic ASP .Net 2 01-23-2006 06:12 PM
Disapearing Icons. Patrick D. Rockwell Computer Support 1 01-20-2004 10:38 PM
Disapearing Bookmarks JustMe Firefox 4 01-01-2004 12:28 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57