flamaestro
New Member
Hello!
I'm having this issue that puts my flash animation(in iframe) above LightBox script that my e-commerce platform is using.
Website:
http://7level.pl/
Flash that is in that iframe element
http://bart.modfolio.pl/carousel/carousel.html
this is from my index.tpl
thats the iframe itself
thats css
Error (works good with firefox it happens in chrome somehow) :S
Any idea what could i do about this ?
Thanks!
I'm having this issue that puts my flash animation(in iframe) above LightBox script that my e-commerce platform is using.
Website:
http://7level.pl/
Flash that is in that iframe element
http://bart.modfolio.pl/carousel/carousel.html
this is from my index.tpl
Code:
<script type="text/javascript" src="_var/js/main.js"></script>
{if $smarty.const.CONF_USE_LIGHBOX}
<script type="text/javascript" src="_var/js/prototype.js"></script>
<script type="text/javascript" src="_var/js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="_var/js/lightbox.js"></script>
<link rel="stylesheet" href="_var/css/lightbox.css" type="text/css" media="screen" />
{/if}
thats the iframe itself
Code:
<div id="carousel">
<iframe src="http://bart.modfolio.pl/carousel/carousel.html" width="950" height="180" frameborder="0" scrolling="no">
<a href="http://bart.modfolio.pl/carousel/carousel.html">Please update Your browser!</a>
</iframe>
</div>
thats css
Code:
#carousel{
z-index:1;
border-bottom:#CCCCCC 1px solid;
}
#lightbox{
z-index:25;
}
Error (works good with firefox it happens in chrome somehow) :S

Any idea what could i do about this ?
Thanks!