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;
}
}
trying to have cmsms css nav menu appear on top of .swf/flash div
Re: trying to have cmsms css nav menu appear on top of .swf/flash div
Make sure your wmode is set to transparent on the swf object. Setting the z-index does nothing for flash.
Nullig
Nullig
- stijlXpres
- Forum Members
- Posts: 137
- Joined: Tue May 05, 2009 12:10 pm
Re: trying to have cmsms css nav menu appear on top of .swf/flash div
MrTron,
Do you have a URL for us?
Do you have a URL for us?