DuaneNelson
06-04-2012, 02:34 AM
1) Script Title: Ultimate Fade-in slideshow (v2.4) and AnyLink CSS Menu v2.3
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm and http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm
3) Describe problem: The picture for the fade-in script is coming in front of the drop down portion of the menu. For an example, Mouseover "more" in the menu found at:
http://mhnaz.org/index-template.html
I believe it has something to do with the z-index in the css. I would like to know how to adjust the Ultimate Fade-in Slideshow or the AnyLink Menu to make sure the menu dropdown appears in front of the fade-in pics. Right now the only z-index I can find is within the css of AnyLink. It shows:
.anylinkcsscols {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}
If anyone can give me some direction, I would truly appreciate it.
Duane
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm and http://www.dynamicdrive.com/dynamicindex1/anylinkcss.htm
3) Describe problem: The picture for the fade-in script is coming in front of the drop down portion of the menu. For an example, Mouseover "more" in the menu found at:
http://mhnaz.org/index-template.html
I believe it has something to do with the z-index in the css. I would like to know how to adjust the Ultimate Fade-in Slideshow or the AnyLink Menu to make sure the menu dropdown appears in front of the fade-in pics. Right now the only z-index I can find is within the css of AnyLink. It shows:
.anylinkcsscols {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}
If anyone can give me some direction, I would truly appreciate it.
Duane