My drop down nav bar is behind my features section. So when I hover on a nav bar tab that drops down, it drops down behind the features section that is directly below it. How do I fix this?
nav/features issue
Started by
travistsickle
, Jan 04 2011 04:10 PM
7 replies to this topic
#1
Posted 04 January 2011 - 04:10 PM
#2
Posted 04 January 2011 - 05:16 PM
Is it behind the features or behind a video that is inside of your feature? You may have to add `wmode="opaque"` to the parameters of the video embed code.
#3
Posted 07 January 2011 - 08:05 PM
hmmm. how do I add that? I have put up my site. www.sicklehunter..com It doesn't seem to be an issue in firefox, only explorer.
thanks.
#4
Posted 08 January 2011 - 01:00 AM
just google it to get the code and add it to your embedded flash
#5
Posted 15 January 2011 - 11:10 PM
Still didn't work. Does this look right?
sicklehunter.com
<object width="800" height="330">
<param name="movie" value="http://sicklehunter.com/wp-content/uploads/2010/12/Experience.swf">
<embed src="http://sicklehunter.com/wp-content/uploads/2010/12/Experience.swf" width="800" height="330">
<wmode="opaque">
</embed>
</object>
#6
Posted 15 January 2011 - 11:49 PM
I needs to be like this:
<param name="wmode" value="opaque">
#7
Posted 16 January 2011 - 03:54 AM
ok I put it in the features section under Feature Page Media HTML or Embed Code
Didn't work in Internet explorer...what am I missing?
www.sicklehunter.com
<object width="800" height="330">
<param name="movie" value="http://sicklehunter.com/wp-content/uploads/2010/12/Experience.swf">
<embed src="http://sicklehunter.com/wp-content/uploads/2010/12/Experience.swf" width="800" height="330">
<param name="wmode" value="opaque">
</embed>
</object>
#8
Posted 16 January 2011 - 06:00 AM
I previously answered here:
Thanks, Bryan










