faxon22
03-01-2012, 03:02 AM
1) Script Title:
Simple Controls Gallery
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm
3) Describe problem:
I have a simple controls gallery (two of them actually) at www.scottburrows.com. I have a hidden <div> menu which activates the video on the homepage. I got the z indexes fixed so it works with every browser except Internet Explorer 9. The hidden menu is still behind the gallery in IE9. Can anybody tell me what I'm missing?
I haven't changed anything with the simplegallery.js but here is the code on my page:
[CODE]
<div id="menu">
<a href="http://youtu.be/w39enrGEEXc?hd=1&fs=1&autoplay=1" id="video"> <i>Video</i></a>
<div id="simplegallery2"> </div>
</div>
And the CSS:
#video{
padding-top: 140px;
width:500px;
margin-left:110px;
}
#menu a {
position: absolute;
height: 70px;
width: 1000px;
margin-left:auto;
margin-right:auto;
top: 31px;
text-decoration: none;
z-index: 1002;
}
#menu a i {
visibility: hidden;
}
a#video { top: 195px;
}
[end code]
like I said, works fine in everything but IE. Any help would be much appreciated. Thanks,
Simple Controls Gallery
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm
3) Describe problem:
I have a simple controls gallery (two of them actually) at www.scottburrows.com. I have a hidden <div> menu which activates the video on the homepage. I got the z indexes fixed so it works with every browser except Internet Explorer 9. The hidden menu is still behind the gallery in IE9. Can anybody tell me what I'm missing?
I haven't changed anything with the simplegallery.js but here is the code on my page:
[CODE]
<div id="menu">
<a href="http://youtu.be/w39enrGEEXc?hd=1&fs=1&autoplay=1" id="video"> <i>Video</i></a>
<div id="simplegallery2"> </div>
</div>
And the CSS:
#video{
padding-top: 140px;
width:500px;
margin-left:110px;
}
#menu a {
position: absolute;
height: 70px;
width: 1000px;
margin-left:auto;
margin-right:auto;
top: 31px;
text-decoration: none;
z-index: 1002;
}
#menu a i {
visibility: hidden;
}
a#video { top: 195px;
}
[end code]
like I said, works fine in everything but IE. Any help would be much appreciated. Thanks,