As far as I have surmised wmode="opaque" still has no effect in Safari with
this type of menu. Does SWFObject help? In the past I've served up a page
without the dropdown layers for safari users. They can still access the top
level pages, those can then have the ddm on other pages as long as you're
not still serving flash content underneath it. Not ideal but..... The first
layer often shows ok but when you mouse over anchors in the drop down it
flickers. Perhaps it's the anchors that interfere? This example has no
anchors in the dd layer:
http://www.communitymx.com/content/source/E5141/wmodenone.htm
Adobe use a SWObject like script:
<script type="text/javascript">
// <![CDATA[
var props = new Object();
props.swf =
"http://wwwimages.adobe.com/www.adobe.com/swf/homepage/fma_shell/FMA.swf";
props.id = "fma";
props.w = "756";
props.h = "203";
props.wmode= "opaque";
props.ver = "7";
/*props.wmode = getWM("fma-swf");*/
var fo = new SWFObject( props );
fo.addVariable( "locale", "en_us" );
fo.addVariable( "clickTag", "/software/mx2004/index.html" );
fo.addVariable( "clickTarget", "_self" );
fo.addVariable( "getURLOK", "true" );
registerSWFObject( fo,"fma-swf");
// ]]>
</script>
But theirs still flickers when you mouse over the links in Safari.
If this issue has truly been resolved by someone I'd love to know.
A
-----------------------------
Andy Woznica
On 1/24/07 6:29 PM, "Micky Hulse" <[EMAIL PROTECTED]> wrote:
> Pierre-Henri Lavigne wrote:
>> Good morning / afternoon,
>>
>> One of the website we are developing contains a drop down sections menu
>> over a flash. I think we are catching the same problem as Adobe
>> (http://www.adobe.com)
>
> Try using SWFobject with "opaque" wmode.
>
> You might find my post on Sitepoint helpful:
>
> <http://snipurl.com/14tmi>
>
> Good luck!
> Cheers,
> Micky
>
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************