trying to have cmsms css nav menu appear on top of .swf/flash div
Posted: Wed Feb 24, 2010 4:58 pm
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;
}
}
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;
}
}