travistsickle+ 1 Report post Posted January 4, 2011 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? Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 4, 2011 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. Share this post Link to post Share on other sites
travistsickle+ 1 Report post Posted January 7, 2011 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. Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 8, 2011 just google it to get the code and add it to your embedded flash Share this post Link to post Share on other sites
travistsickle+ 1 Report post Posted January 15, 2011 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'>http://sicklehunter.com/wp-content/uploads/2010/12/Experience.swf"> <embed src="http://sicklehunter.com/wp-content/uploads/2010/12/Experience.swf'>http://sicklehunter.com/wp-content/uploads/2010/12/Experience.swf" width="800" height="330"> <wmode="opaque"> </embed> </object> Share this post Link to post Share on other sites
kastelic 6 Report post Posted January 15, 2011 I needs to be like this: <param name="wmode" value="opaque"> Share this post Link to post Share on other sites
travistsickle+ 1 Report post Posted January 16, 2011 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'>http://sicklehunter.com/wp-content/uploads/2010/12/Experience.swf"> <embed src="http://sicklehunter.com/wp-content/uploads/2010/12/Experience.swf'>http://sicklehunter.com/wp-content/uploads/2010/12/Experience.swf" width="800" height="330"> <param name="wmode" value="opaque"> </embed> </object> Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 16, 2011 I previously answered here: http://www.pagelines.com/forum/topic.php?id=1684 Thanks, Bryan Share this post Link to post Share on other sites