Okay so things have been coming along quite nicely. Cyborgs edits really cleaned up my stylesheet and most issues have been resolved.

Heres what I've got

One of the final thigns i'm trying do is to replace the GIF next to the links with a Flash SWF. I want to replace mainimg.gif with the SWF here.

The problem is, the graphic in that section of the page is controlled by the CSS:
___________________________________________________________________
/* Second part */

#prec { /*height: 220px;*/ margin:0 0 15px; padding: 0 0 20px; background: #f6f6f6; border-bottom: 1px solid #dcdcdc; overflow: hidden;}

#wrap { margin: 0 auto; width: 800px; }

#wrap #pic { float: right; background: url(images/mainimg.gif) no-repeat; height: 199px; width: 589px; overflow: hidden}
___________________________________________________________________


This is the code for the SWF:

<object
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
height="480" width="600"><param name="movie"
value="images/cfsbanner.swf" /><param name="quality"
value="high" /> &nbsp;
<embed src="images/cfsbanner.swf" quality="high"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" height="199"
width="589"></object>

Can anyone give me a suggestion as to how I can get my SWF to show up where I want it?


Edited by visuvius (28/03/2007 18:53)