mguevara 0 Report post Posted August 21, 2011 So I have this code that I am using in the following page http://wwww.fedesarrollo.net/eventos-y-presentaciones/debates-presidenciales-2010/2293-2/, whenever I open it in IE the submenus in navbar are hidden behind the youtube video. Is there a way I can solve this? Share this post Link to post Share on other sites
catrina 103 Report post Posted August 21, 2011 Please change "Opaque" to "transparent" in the iframe code. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
vindicus 0 Report post Posted August 21, 2011 Took your advice too Catrina.. But In chrome it's still a problem. Hmm Share this post Link to post Share on other sites
catrina 103 Report post Posted August 21, 2011 Is it working in IE, though? Have you tried using the YouTube embed code from the video's YouTube page and adding the "transparent" parameters to it? For example: [/code] Note: This embed code is just example code for another video from YouTube. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
mguevara 0 Report post Posted August 21, 2011 still not working on IE :S Share this post Link to post Share on other sites
mguevara 0 Report post Posted August 21, 2011 I??ll try your new advice! Share this post Link to post Share on other sites
vindicus 0 Report post Posted August 21, 2011 As usual, you got magic fingers,works like a charm! Gotta say I was no surprised that the film you chose featured a cat. I might actually send you a pie. Share this post Link to post Share on other sites
mguevara 0 Report post Posted August 21, 2011 mm still not working, i tried with the old code of youtube and then added value="transparent" and it is not working Share this post Link to post Share on other sites
Jenny 33 Report post Posted August 21, 2011 I found this using a Google search. Hopefully it helps: Set the z-index of the div holding the flash to 1 and the z-index of the div holding the nav to 2. In the flash element, ook for the flash tag and add the following code: You??™ll want to insert this code right below the tag. Source ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
mguevara 0 Report post Posted August 22, 2011 So I have this code, I followed your instructions, still not working :s Share this post Link to post Share on other sites
Rob 547 Report post Posted August 22, 2011 Are you sure the actual link in the embed code is correct? When I go to it a full screen video opens. Also, please not that for some reason, AFTER the close quote " in the URL to the video, the link continues to include "> Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
mguevara 0 Report post Posted August 23, 2011 The original address is this one: do you have any further suggestion on the code? Share this post Link to post Share on other sites
catrina 103 Report post Posted August 23, 2011 Hm, I don't know of any alternative YouTube embed codes. When you mentioned that it worked like a charm earlier, what code were you using that actually worked? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
vindicus 0 Report post Posted August 23, 2011 It was me who said it worked like a charm :) and still does. However browsing site on an Ipad, the same problem occurs. This isn't any biggie, just a notice. But that's problem is out of even your coding magic hands Catrina :P The code still works like a magic though. I pick youtube movies, use old embed code, add the last line you provided. Then done :) CHARM :D Share this post Link to post Share on other sites
Kate 3 Report post Posted August 23, 2011 Another thing you could try is to change the #sitenav code: [code]#sitenav{position:relative;z-index:100 !important;}[/code] Share this post Link to post Share on other sites