Hi, I'm having a problem with trying to float a flash object to the right. When I do it in dreamweaver, it works fine, but when I upload it and view it in firefox or safari (I'm scared to try it in IE at this moment) it doesn't work. It just sits on top of the text. What am I doing wrong?
Here is the page in question: http://www.sthig.com/ccc/about.html here is my css file: http://www.sthig.com/ccc/css/ccc.css here is the css I did for the flash object #slider { float: right; here is the flash:html. How can I make it float right and have the text wrap around it? } <script type="text/javascript"> AC_FL_RunContent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','name','slider','width','400','height','300','title','slides','id','slider','src','slideshow','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','slideshow' ); //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" name="slider" width="400" height="300" id="slider" title="slides"> <param name="movie" value="slideshow.swf" /> <param name="quality" value="high" /> <embed src="slideshow.swf" width="400" height="300" quality="high" pluginspage=" http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" name="slider"></embed> </object> here's how it looks in the html: ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/