I have two different scripts used on a site, jscroll pane and this gallery: http://flowplayer.org/tools/scrollable.html (they are on different pages of the site, it is for a picky client).
My drop down navs are the regular css:
Code:
#headernav .navtop li ul {
display: none;
position: absolute;
list-style: none;
margin: 0 0 0 -1px;
padding: 0 0 20px 0;
width: 208px;
}
#headernav .navtop li:hover ul,
#headernav .navtop li.hover ul {
display: block;
}
#headernav .navtop li:hover ul.redraw,
#headernav .navtop li.hover ul.redraw {
border-bottom: 1px hidden transparent;
}
Any ideas on how to make the drop down navs appear on top of the javascript content?