Jump to content

[SOLVED] z index problem


asmith

Recommended Posts

hey guys

 

 

i have this flash in my site :

 

<EMBED name="objf5" pluginspage="http://www.macromedia.com/go/getflashplayer" src="my_flash.swf" width="120" height="60" type="application/x-shockwave-flash" />

 

 

there's a menu with css, (using ul list and hover...) upon that flash object.

 

the problem is i can't get this flash under the menu. when i navigate to menu link and menu opens, it goes under the flash. i've tried setting z index for flash and for the menu, menu higher than flash, but it won't work. so always the dopped down menu goes under the flash.

 

any idea?

 

thanks

Link to comment
Share on other sites

the problem with absolute positioning is that it take your div and puts it out of the flow of document - completely. The menu and the flash now have no correlation.

 

To remedy this problem, you would want to make the flash object to be normally positioning, and make the menu absolutely position. Absolute positioned divs go over top.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.