Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Menu > "Mega Menu" pushing page contents down...

Not answered "Mega Menu" pushing page contents down...

Feed from this thread
  • Bazz avatar

    Posted on Feb 29, 2012 (permalink)

    This is a overlay question for the "mega menu" implementation of the RadMenu control.

    When the code from the example is put into my web page, it works, but it also pushes everything on the page down to start underneath the control area of the RadMenu "mega menu". I assume this has something to do with the DIV tags that are within the example HTML code:

    <div id="MegaDropDown">

    ...etc.

     I've been playing with the "z-index" style property, but it hasn't worked for me yet. If anyone has any idea of how to overlay the entire menu region to be on top of the pages other stuff, it would be appreciated.

    Also, I'm looking for an example of a fully "black" skin implementation of the "mega menu"....one where the drop-down background is dark, and the menu headers aren't green (like in the given example)...

    Thanks,

    Bazz

    Reply

  • Bazz avatar

    Posted on Feb 29, 2012 (permalink)

    This is the fix:

        <div id="MegaDropDown" style="position:absolute;z-index:9000">
    

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Menu > "Mega Menu" pushing page contents down...
Related resources for ""Mega Menu" pushing page contents down..."

[  ASP.NET Menu Features  |  Documentation  |  Demos  |  Step-by-step Tutorial  ]