We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 19713
    • 1 Posts
    I have pit a video onto the site but it sits in front of the menu, so when you rollover, the menu items arent visible as they are behind the video on the page... can anyone help?
      • 26931
      • 2,314 Posts
      Hi,

      try adding the wmode=transparent parameter to the flash call

      something like:

      	<object
      	type="application/x-shockwave-flash"
      	data="http://www.youtube.com/...."
      	width="370" height="295" title="">
      	<param name="movie" value="http://www.youtube.com/...." />
      	<param name="quality" value="high" />
      	<param name="Menu" value="0" />
      	<param name="WMode" value="Transparent" />
      	<param name="swliveconnect" value="true" />
      	</object>