# Css positioning flash problem

**URL:** https://forum.kirupa.com/t/css-positioning-flash-problem/151268
**Category:** Uncategorized
**Created:** [June 14, 2005, 2:13pm UTC](https://forum.kirupa.com/t/css-positioning-flash-problem/151268 "2005-06-14T14:13:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![revelations1318](https://avatars.discourse-cdn.com/v4/letter/r/8c91f0/32.png) [@revelations1318](https://forum.kirupa.com/u/revelations1318)
#### Post date: [June 14, 2005, 2:13pm UTC](https://forum.kirupa.com/t/css-positioning-flash-problem/151268/1 "2005-06-14T14:13:57Z")

</div>

I’m having problem positioning an embedded .swf. I’d like it in the middle and about 10px below the top menu, however as you can see ([link](http://www.freewebs.com/marilynmansonshrine)), that isnt happening. here’s the html:

> \<div style=“position: absolute; top:80px; left:125px; width:750px; height:74px”\>  
> \<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase="\<A href=“[http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"width=500"&gt;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0](http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0%22width=500%22&gt;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0)"width=500 height=300\>\<param name=movie value=“pics/index.swf”\>\<param name=quality value=best\>\<param name=“loop” value=“false”\>  
> \<embed src=“pics/index.swf” quality=best width=500 height=300 loop=false type=“application/x-shockwave-flash” pluginspage=”\<A href=“[http://www.macromedia.com/shockwave/download/index.cgi?P1\_Prod\_Version=ShockwaveFlash"&gt;&lt;/embed"&gt;http://www.macromedia.com/shockwave/download/index.cgi?P1\_Prod\_Version=ShockwaveFlash](http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash%22&gt;&lt;/embed%22&gt;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash)”\>\</embed\>  
> \</div\>

Any help would be great. Cheers
