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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
mrTron
New Member
New Member
Posts: 8
Joined: Tue Mar 24, 2009 1:24 pm

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

Post 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;
}

}
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

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

Post by Nullig »

Make sure your wmode is set to transparent on the swf object. Setting the z-index does nothing for flash.

Nullig
User avatar
stijlXpres
Forum Members
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

Post by stijlXpres »

MrTron,

Do you have a URL for us?
Post Reply

Return to “Layout and Design (CSS & HTML)”