_yo_wasup_
10-04-2009, 09:00 PM
This isn't cool. The padding works for IE on <object> tags, but not Firefox... If no one can tell me a way to apply padding to the left side of this Flash mini slideshow in Firefox, I would appreciate some other advice that would do the same effect. I need it to look relatively the same in both browsers. This is what I got so far:
http://matt.mw/ffm4/about.html
Embed code:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','307','height','295','align','right','src','../images/grain','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','../images/grain' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="307" height="295" align="right">
<param name="movie" value="../images/grain.swf" />
<param name="quality" value="high" />
<param name="WMODE" value="transparent" />
<embed src="../images/grain.swf" width="307" height="295" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object></noscript>
CSS that only applies to IE, but I want it to apply to Firefox as well:
object {
float:right;
margin:0em 0em 0em .9em;
display:block;
}
http://matt.mw/ffm4/about.html
Embed code:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','307','height','295','align','right','src','../images/grain','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','wmode','transparent','movie','../images/grain' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="307" height="295" align="right">
<param name="movie" value="../images/grain.swf" />
<param name="quality" value="high" />
<param name="WMODE" value="transparent" />
<embed src="../images/grain.swf" width="307" height="295" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object></noscript>
CSS that only applies to IE, but I want it to apply to Firefox as well:
object {
float:right;
margin:0em 0em 0em .9em;
display:block;
}