Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox isn't rendering layers properly; the flash video plays in front of instead of behind the GIF image - http://douglasmcmahan.com/C-DirPR/

  • 1 reply
  • 3 have this problem
  • 8 views
  • Last reply by cor-el

more options

It renders fine in IE 7 and up (didn't test below 7) http://douglasmcmahan.com/C-DirPR/

It renders fine in IE 7 and up (didn't test below 7) http://douglasmcmahan.com/C-DirPR/

All Replies (1)

more options

For IE you have <param name="wmode" value="transparent">

But you forgot to add that parameter to the embed for Firefox.

This should work:

<embed src="../images/NCCC/C-DirPR.swf" quality="high" width="800" height="600"
 name="tech" align="middle" 
wmode="transparent" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" 
pluginspage="http://www.macromedia.com/go/getflashplayer" />