Forum Moderators: open

Message Too Old, No Replies

menubar CSS Position off when placed ontop of flash banner

menubar CSS Position off when placed ontop of flash banner

         

Lightning

10:16 am on Jun 11, 2008 (gmt 0)

10+ Year Member



how do i show the image here?

Lightning

10:22 am on Jun 11, 2008 (gmt 0)

10+ Year Member



<snip>

I have a flash banner, the top part of my menu bar is placed on top of the flash banner, using margin-top:-16px. At the bottom part of my menu bar, it is place on top of a background css.

the menubar is a piece by itself, but when my friend view it on mac firefox it seems to be 2 separated pieces jagged.

menu:

#menu {
position:relative;
top:-16px;
height:62px;
overflow:hidden;
}

flash:

<object type="application/x-shockwave-flash" data="swf/example.swf" width="980" height="200">
<param name="movie" value="swf/example.swf" />
<param name="play" value="true"/>
<param name="menu" value="false"/>
<param name="quality" value="high"/>
<param name="scale" value="noscale"/>
<param name="wmode" value="transparent"/>
<param name="bgcolor" value="#FFFFFF"/>
<param name="play" value="true"/>
<param name="menu" value="false"/>
<param name="quality" value="high"/>
<param name="scale" value="noscale"/>
<param name="wmode" value="transparent"/>
<param name="bgcolor" value="#FFFFFF"/>
<img src="noflash.gif" width="980" height="200" alt="" />
</object>

[edited by: engine at 11:06 am (utc) on June 11, 2008]
[edit reason] No site links, thanks, see WebmasterWorld TOS [/edit]