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

RadMenu across Iframes

3 Answers 96 Views
Menu
This is a migrated thread and some comments may be shown as answers.
thomson
Top achievements
Rank 1
thomson asked on 22 Jan 2010, 10:12 AM
Hello All,
               i have an aspx page with a RadMenu Control in it. I have another html file with an Iframe calling the aspx page. The Iframe has a height specified, Now when i Hover the menu the dynamic menus falls within the Iframe . I need to show this across the Iframe boundary. I tried with lot of z-index , not able to get a solution can somebody help me with this


Thanks in Advance

Thomson

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 22 Jan 2010, 12:08 PM
Hello Thomson,

I am not completely understood your requirement. The RadMenu shows above the iframe when I tried in my end. If you want to change the position of submenuitems, then you can use the set_offsetX() method as described in the following forum.

Menu Child offset
[Alter the logic as per your requirement and set the position of menuitems.]

-Shinu.
0
thomson
Top achievements
Rank 1
answered on 22 Jan 2010, 12:36 PM
Hello Shinu,
                      Since the iframe has a specific height . The subitems inside the RadMenu will go inside the iframe. It doed not grow over the Iframe boundary. Hope my question is clear


Thanks

Thomson
0
thomson
Top achievements
Rank 1
answered on 25 Jan 2010, 05:21 AM
Hello All,
               I am attaching the screenshot along with the code snippet

 

 
<P>&lt;html &gt;<BR>&lt;head&gt;<BR>&lt;meta http-equiv="Content-Type"   
content="text/html; charset=utf-8"&gt;<BR>&lt;title&gt;Untitled   
1&lt;/title&gt;<BR>&lt;/head&gt;<BR>&lt;body&gt;<BR>&lt;table   
WIDTH="100%"&gt;<BR>&lt;tr HEIGHT = "40%"&gt;<BR>&lt;td&gt;<BR>&lt;IFRAME   
ID="Data1" SRC="<A   
href="http://server-ps:32716/English/Documents/NavHeader.aspx">http://server-ps:32716/English/Documents/NavHeader.aspx</A>"   
WIDTH="100%"   
&gt;<BR>&lt;/IFRAME&gt;<BR>&lt;/td&gt;<BR>&lt;/tr&gt;<BR>&lt;tr&gt;<BR>&lt;td&gt;</P> 
<P>&lt;IFRAME ID="Data2" SRC="<A   
href="http://server-ps:25358/sites/Mobile/Web/Pages/default.aspx">http://server-ps:25358/sites/Mobile/Web/Pages/default.aspx</A>"   
WIDTH="100%"   
HEIGHT="100%"&gt;<BR>&lt;/IFRAME&gt;<BR>&lt;/td&gt;<BR>&lt;/tr&gt;<BR>&lt;/table&gt;</P> 
<P><BR>&lt;/body&gt;<BR>&lt;/html&gt;<BR></P

Thanks

Thomson
Tags
Menu
Asked by
thomson
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
thomson
Top achievements
Rank 1
Share this question
or