Z-index trouble with flash
-
Hi,
On my site I’ve placed a flash movie on the home page. There’s also a dropdown menu on the homepage that drops over the flash movie.
The flash movie is contained in a div with the following styling:
#flash {position:relative; z-index:0;}
And the dropdown menu is contained in a div with this styling:
#button {
height: 28px;
width: 200px;
margin: auto;
position:relative;
top:6px;
right:0px;
z-index:100;
}However the flash movie still appears above the dropdown menu.
You can see the site here: https://www.alphamaleundies.com/
Can someone help me rectify this? Help would be greatly appreciated.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Z-index trouble with flash’ is closed to new replies.