This is a migrated thread and some comments may be shown as answers.

"Mega Menu" pushing page contents down...

1 Answer 39 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 29 Feb 2012, 05:29 PM
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

1 Answer, 1 is accepted

Sort by
0
Barry
Top achievements
Rank 1
answered on 01 Mar 2012, 03:42 AM
This is the fix:

    <div id="MegaDropDown" style="position:absolute;z-index:9000">
Tags
Menu
Asked by
Barry
Top achievements
Rank 1
Answers by
Barry
Top achievements
Rank 1
Share this question
or