jimmyvista
member
Posts: 1
|
Hello,
I have run into a problem when my e-junkie cart pops up on my site it covers an embedded YouTube video. In doing so, the YouTube video rises above the cart and blocks a portion of it (BUT ONLY IN IE 7). I understand why YouTube wants this (so that I couldn't apply a mask to their videos) but obviously I need to change this. I was thinking that I would have the javascript onclick HTML DOM to change the CSS for the video to hidden (whilst the cart is open). Can I incorporate this with the javascript for the cart? I'm not much of a java coder, so do anyone have any suggestions on how to do it?
It would need to change the CSS onclick to hidden (for a specific div) and then back to visible after the cart is closed.
# POSTED ON: July 27, 2008 @ 14:54 GMT -7
|
Tyson
E-Junkie Crew
Posts: 1486
|
The key thing with embedded, plugin-enabled content is to set the embedded object as "transparent", so that the HTML-based cart can "show through" the plugin content. In your case, you might need to consult Google Earth documentation or developer support to ask how to set their content as transparent in your page, so that a "lightbox-style" overlay (such as our cart) can show through the Google Earth content.
The test URL you linked does not appear to be available anymore, but I was able to put your sample Google Earth code on a test page of my own, and the cart appeared mostly fine there; except for an odd bit of the Google Earth content showing through the cart's header bar (where the cart's "Close" link normally appears), the rest of the cart showed up fine for me.
# POSTED ON: June 21, 2009 @ 13:46 GMT -7 MODIFIED ON: June 21, 2009 @ 17:11 GMT -7
|