Note to self on swf dropping down, out of alignment, on firefox and safari. Code that was causing this is the following javascript function:
<script type=”text/javascript”>
AC_FL_RunContent(‘codebase’,'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=9,0,28,0′,’width’,’300′,’height’,’250′,’src’,'#request.baseURL#
#Request.BannerAdImageBasePath##qry_getAd_RightSide_Bottom.AdFlashImage#’,'quality’,'high’,'wmode’,'transparent’,
‘pluginspage’,'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash’,'movie’,'#qry_getAd_RightSide_Bottom.AdFlashImage#’ );
</script>
Possible fix recommended elsewhere is with using the swfobject javascript library to embed flash:
http://blog.deconcept.com/swfobject/