steveday
08-25-2011, 11:10 AM
I am using the Ultimate Fade-in slideshow script here:
http://www.servicetec.com/untitled.html
I cannot get the menu to show OVER the javascript in the centre.
Is there a quick workaround I could use? I have tried z-index in the CSS menu containers, but this doesn't seem to respond.
Many thanks,
Steve
azoomer
08-25-2011, 03:31 PM
in the file: css_menu/st_menu.css you can add the following z-index here;
#qm0
{
padding:10px 0px 0px 10px;
border-width:0px;
border-style:none;
z-index:1100 !important;
}
remember !important
as a sidenote: you would want to get rid of the red comma after the last image here:
imagearray: [
["graphics/slider01.jpg", "", "", "slide 1 of 10."],
["graphics/slider02.jpg", "", "", "slide 2 of 10."],
["graphics/slider03.jpg", "", "", "slide 3 of 10."],
["graphics/slider04.jpg", "", "", "slide 4 of 10."],
["graphics/slider05.jpg", "", "", "slide 5 of 10."],
["graphics/slider06.jpg", "", "", "slide 6 of 10."],
["graphics/slider07.jpg", "", "", "slide 7 of 10."],
["graphics/slider08.jpg", "", "", "slide 8 of 10."],
["graphics/slider09.jpg", "", "", "slide 9 of 10."],
["graphics/slider10.jpg", "", "", "slide 10 of 10."],
//<--no trailing comma after very last image element!
],
otherwise it will not work in internet explorer
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.