Forum Moderators: open

Message Too Old, No Replies

FF 3.0.2 - CSS Dropdown Nav and Flash

         

tonynoriega

2:49 pm on Sep 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Anyone had this issue yet...

pure css drop down navigation, and flash (swf) graphic that sits below it...

in FF 3.0.2 the navigation falls behind the flash graphic...

in IE 7.x.x the navigation falls in front of the flash graphic...

both are on a PC.

***(the new "im a PC" commercials are weird by the way)

BUT on a MAC FF 3.0.2 the CSS falls in front of the flash graphic...

now ive done alot of cross browser development... (maybe not enough) but am unable to find the fix for this...

anyone?

tedster

8:59 pm on Sep 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you tried adding this paramaeter to the <object> element that holds the flash information:

<param name="wmode" value="opaque" />

Note, do not add this parameter wihtin the <embed> element, that should be wmode="transparent" (no param attributes in e<embed>)