html - SWF file on top of another SWF-position -
i have problem on positioning swf file on top of swf file. have tried solution here:
http://jsfiddle.net/j08691/ezxjx/
<div id="a"><object type="application/x-shockwave-flash" data="http://edmullen.net/flash/relog.swf" width="200" height="200"> <param name="movie" value="http://edmullen.net/flash/relog.swf"> <param name="wmode" value="transparent"> </object></div> <div id="b"><object type="application/x-shockwave-flash" data="http://edmullen.net/flash/relog.swf" width="200" height="200"> <param name="movie" value="http://edmullen.net/flash/relog.swf"> <param name="wmode" value="transparent"> </object></div> #a { position:absolute; top:0; left:0; z-index:10; } #b { position:absolute; top:0px; left:0px; z-index:20; }
and able position them on top of each other. problem is, not on top of each other. other 1 on lower right.
here is: http://www.marinessrivera.com/trial.html
i'm noob in these kind of things.. please me
the css invalid. on example homepage says:
<style> #homepage {
the #homepage style never applied. remove <style>
at end of css there 2 </style>
closing tags. remove one.
Comments
Post a Comment