Fireproofgfx
New Member
Hello I haven't messed to much with drop downs but on a site I am making a friend of mine, the Dropdown menu goes behind my embedded videos. I tried
z-index: 999; on all of the Dropdown styles but it did nothing.
HERE IS THE SITE: http://www.jesseyoungforcongress.com/videos.php
On the home page I have a jquery image slider that did the same thing but I was able to fix it with the following style which doesn't work for the videos.
HERE IS THE HOME PAGE WHERE Z-Index works: http://www.jesseyoungforcongress.com/1.php
Any ideas? Thank your for taking the time to help me out!
z-index: 999; on all of the Dropdown styles but it did nothing.
HERE IS THE SITE: http://www.jesseyoungforcongress.com/videos.php
On the home page I have a jquery image slider that did the same thing but I was able to fix it with the following style which doesn't work for the videos.
HTML:
#nav, #nav ul{
z-index: 100;
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
}
HERE IS THE HOME PAGE WHERE Z-Index works: http://www.jesseyoungforcongress.com/1.php
Any ideas? Thank your for taking the time to help me out!