Hi,
Yes, I've read thru numerous posts on controls appearing behind others, and have played with position and z-index.
My issue is that I have a RadMenu with some items that "should" drop down "on top of" whatever is below them on the page.
This works fine on all of my pages except for one on which the menu items appear "behind" a Java applet that renders a diagram (the tool is NetDiagram from Mindfusion).
Everything works fine in IE and FF. I have specified EnableOverlay="true" on the RadMenu declaration.
When I added the following script from this post, I was able to get Chrome to work, but I am still unable to get it to work in Safari.
I am running Safari 5.1.7 (7534.57.2).
Any thoughts on how I can get the menu to drop down "over" the Java applet in Safari?
Many thanks in advance.
Jim (in snowy Ottawa, Canada)
Yes, I've read thru numerous posts on controls appearing behind others, and have played with position and z-index.
My issue is that I have a RadMenu with some items that "should" drop down "on top of" whatever is below them on the page.
This works fine on all of my pages except for one on which the menu items appear "behind" a Java applet that renders a diagram (the tool is NetDiagram from Mindfusion).
Everything works fine in IE and FF. I have specified EnableOverlay="true" on the RadMenu declaration.
When I added the following script from this post, I was able to get Chrome to work, but I am still unable to get it to work in Safari.
I am running Safari 5.1.7 (7534.57.2).
<
script
type
=
"text/javascript"
>
Telerik.Web.UI.Overlay.IsSupported = function ()
{
//By default overlay is enabled in IE only
//return $telerik.isIE;
return true;
}
</
script
>
Any thoughts on how I can get the menu to drop down "over" the Java applet in Safari?
Many thanks in advance.
Jim (in snowy Ottawa, Canada)