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

Radmenu to be on top of other raddocks

3 Answers 77 Views
Dock
This is a migrated thread and some comments may be shown as answers.
John Horlock
Top achievements
Rank 1
John Horlock asked on 08 Mar 2009, 10:09 AM
Hello

I have a page which has several raddockzones and within those are dynamically loaded in raddocks which contain controls.
One of my controls is a radmenu - which works fines but the drop down element is also under the other raddocks.

Is there any way to make it so that it aloways appears on the top. I have amended the style sheets with

 

<style type="text/css">

 

 

.rdContent,.raddock, .raddockzone, .rdSideBorders

 

{

 

overflow:visible !important;

 

}

 

</style>
Tha change to the style sheets solves the flyout and removes the scroll bars.

But if a another raddock is below it  - how do you get the menu to appear over the top of the menu and not go behind it?
I have tried z-index but to no success.

Many thanks.

John

3 Answers, 1 is accepted

Sort by
0
John Horlock
Top achievements
Rank 1
answered on 08 Mar 2009, 10:25 AM
Still experimenting

But the stylesheet change:

 

<style type="text/css">

 

 

.rdContent,.raddock, .raddockzone, .rdSideBorders

 

{

 

overflow:visible !important;

 

}

 

</style>

 


seems to make the radmenu appear over the top of other raddocks and zones in Firefox, but not in IE7.

John
0
John Horlock
Top achievements
Rank 1
answered on 09 Mar 2009, 12:31 PM

Ok - finally found out where is was going wrong.

I needed to set the z-index of the dock and the zone which had my radmenu in to greater than the other docks and zones.
But i had to do this with my loop which added the controls rather than through the CSS file.

No i can control the z-index fully again and all is working perfectally
0
ajit
Top achievements
Rank 1
answered on 10 Jun 2009, 10:49 PM
Hi John,
                   I am facing a similar problem , could you please let me know how you made those changes.


Thanks
Ajit
Tags
Dock
Asked by
John Horlock
Top achievements
Rank 1
Answers by
John Horlock
Top achievements
Rank 1
ajit
Top achievements
Rank 1
Share this question
or