I'm loading a swf into a module position and floating it up with css to properly position it within the module. The problem I run into is that the div module title is loaded before the div module contents and this causes my swf to coverup the title
How can I change the layout so that the title is placed after the contents are loaded so that the title will show? Is this something that can be accomplished with custom css or my module php
this is what the helper.php uses to generate the swf
echo '<div style="width:580px;height:350px;margin-left:-15px;margin-top:-75px;margin-bottom:-15px">'.$cf->getFlashMovie().'</div>';
and I was thinking I could addsomething like...
echo '<div class="module-title">.....