Page 1 of 1

trying to have cmsms css nav menu appear on top of .swf/flash div

Posted: Wed Feb 24, 2010 4:58 pm
by mrTron
I have two divs, one containing my cmsms menu:  {cms_module module='menumanager' template='accessCSS'}
and one containing a flash movie.

i'm trying to ensure that the cmsms menu always appears on top of the flash content (it appears below the .swf in IE, firefox) and i'm trying to do with z-index on the divs:

#flashContent{
position:absolute;
width:950px;
height: 287px;
top:174px;
left:inherit;
z-index:3;
}

#nav{
width: 950px;
height:28px;
position:absolute;
left:inherit;
top:144px;
z-index:9;
padding: 0px;
margin: 0px;
}

}

Re: trying to have cmsms css nav menu appear on top of .swf/flash div

Posted: Wed Feb 24, 2010 7:31 pm
by Nullig
Make sure your wmode is set to transparent on the swf object. Setting the z-index does nothing for flash.

Nullig

Re: trying to have cmsms css nav menu appear on top of .swf/flash div

Posted: Sat Feb 27, 2010 7:34 pm
by stijlXpres
MrTron,

Do you have a URL for us?