michael1991j Posted July 10, 2009 Report Share Posted July 10, 2009 hello i am trying to fix a problem on a website i am developing. i have an issue with my drop down menu. for some reason when you hover over it it draws a box with specific links you can go to. the problem is that a flash .swf is on top of the drop box. i have been spending 2 hours trying to tinker around with the css from changing the position to playing around with the Zindex. i cant figure out what is causing my problem. could somebody take a look for me http://24.119.130.225/index.php if you hover over about us on the menu you will see my problem thank you very much Link to comment Share on other sites More sharing options...
Ingolme Posted July 10, 2009 Report Share Posted July 10, 2009 Embedded content (<iframe> and <object>) is always placed in front of everything else. You probably will have to hide the flash content while the menu is open. Link to comment Share on other sites More sharing options...
dsonesuk Posted July 10, 2009 Report Share Posted July 10, 2009 (edited) "You probably will have to hide the flash content while the menu is open. " WHAT! you do make me laugh sometimes LOLtry setting wmode to "transparent" or "opaque", i've been caught out by this, a couple of times.<object width="1006" height="400"><param name="movie" value="somefilename.swf"><param name="wmode" value="transparent"><embed src="/template/frontpicture.swf" width="1006" height=400" wmode="transparent"></embed></object> Edited July 10, 2009 by dsonesuk Link to comment Share on other sites More sharing options...
michael1991j Posted July 10, 2009 Author Report Share Posted July 10, 2009 (edited) omg it realy worked i never knew iframe or objects are always on top man i dont think i would have never found that on google thank you very much you guys made my day Edited July 10, 2009 by michael roberts Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now