Bill Moseley escribió:
> I have a banner <div> with an enclosed image and a menu. The banner
> is position: relative and the image and menu are position: absolute
> with z-index set so the menu will be on top of the image.
> [...]
> I have z-index on the flash and menu <div>s, so on small windows the
> menu will be on top of the image.
> Now, I'm using SWFObject v1.4[1]
> [...]
> [1] http://blog.deconcept.com/swfobject/
>
>
Hi Bill,
This is my first msg to the list.
You must set this parameter to swfobject Function:
mymovie.addParam("wmode", "opaque");
Complete example:
<div id="selloL" >
<div id="flotante"><img src="..."</div>
<script type="text/javascript">var mymovie = new
FlashObject("sello.swf", "movie", "270", "200", "6", "#669900");
mymovie.addParam("menu", "false");
mymovie.addParam("wmode", "transparent");
mymovie.write("flotante");
</script>
</div>
Regards,
--
----------------------------
m o n ! ::::::::: [EMAIL PROTECTED]
----------------------------
http://insomnia.m3w.com.ar/
----------------------------
////////////////////////////
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/