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

Rad Menu in Safari / Chrome

5 Answers 115 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 2
Mike asked on 25 Nov 2008, 10:11 PM
Hi,
I'm having a problem where a radmenu used in a toolbar button item template does not appear in Safari or Chrome.
The issue is visible in the telerik demos:

http://demos.telerik.com/aspnet/prometheus/ToolBar/Examples/Functionality/Templates/DefaultCS.aspx


The 'Choose Template' menu seems to open up out of view underneath the toolbar. I've played with style attributes using z-index, but so far do not have a successfull workaround. Any help would be appreciated.

Thanks,
Mike

5 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 26 Nov 2008, 08:36 AM
Hi Mike,

Thanks for the bug report. You can use the following styles to workaround it:

div.RadToolBar .rtbInner,
div.RadToolBar .rtbUL,
div.RadToolBar .rtbItem {
    overflow: visible;
}

It has been included in future builds of Telerik.Web.UI; your Telerik points have been updated.

All the best,
Alex
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
wrathy
Top achievements
Rank 1
answered on 20 Jan 2011, 07:42 AM
I to am facing this issue with RadMenu also it show the horizontal menu as vertical when the menu is from right-to-left,  
 so where to add these code lines? 
"
div.RadToolBar .rtbInner,
div.RadToolBar .rtbUL,
div.RadToolBar .rtbItem {
    overflow: visible;
}

"
Or do i need to add like the following:
"
div.RadMenu .rtbInner,
div.RadMenu .rtbUL,
div.RadMenu .rtbItem {
    overflow: visible;
}

"

Please reply; as need urgent help.
0
Chen
Top achievements
Rank 1
answered on 03 Sep 2011, 02:28 PM
Hi

Can you post an answer?

The problem is RadMenu hidden behind a flash movies. 
The need is that the RadMenu shows up in front.

Thx
0
Princy
Top achievements
Rank 2
answered on 05 Sep 2011, 07:25 AM
Hello Chen,

Set the wmode attribute of the Flash to opaque (preferably) or transparent. For further information check the following help documentation. Hope this helps.
RadMenu cannot overlay flash object under Firefox browser

Thanks,
Princy.
0
Chen
Top achievements
Rank 1
answered on 05 Sep 2011, 10:02 AM
Thanks.
For future readers - 

My error was that the opaque definition was included only in the 'object'/'param' declaration and not in the 'embed' declaration.
Opaque should be declared in 2 places.
Tags
Menu
Asked by
Mike
Top achievements
Rank 2
Answers by
Alex Gyoshev
Telerik team
wrathy
Top achievements
Rank 1
Chen
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or