Hi, I have a flash swf movie that when viewed in IE there is no gap between the flash movie and the <div> below. However, when viewed in Firefox there seems to be a 2 pixel gap between the bottom flash swf and the top of the div.
I have the code below and have added a background color to the object tag so you can see the gap. I have tried adjusting the margin and padding on the bottom. I have also tried to adjust the "top" margin and padding for the div tag below with no results. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflas h.cab#version=6,0,29,0" width="692" height="184" style="margin-left:2px; margin-bottom: 0; padding-bottom:0; background-color:#00FF00; "> <param name="movie" value="whoclicked-ad.swf"><param name="quality" value="high"> <embed src="whoclicked-ad.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="692" height="184" style="margin-bottom:0; padding-bottom:0; background-color:#cc0000; "></embed> </object> <div style="background-color:#006600; height:2px; "><img src="images/sp.gif"></div> Is there something I am missing? I am on the digest, so if possible please cc me in your response. Thanks Jessica ------------------------- Jessica Mays Graphic Designer WebSurveyor Corporation www.websurveyor.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
