View Full Version : Interstitial Content Box
willkeyworth
09-29-2008, 08:50 PM
1) Script Title: Ajax Interstitial Content Box
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/interstitial.htm
3) Describe problem: When my page loads, a menu show through my interstitial box. see here: MY PAGE (http://washburnsservicenter.com/beta/)
ddadmin
09-30-2008, 06:22 PM
Inside interstitial.css, try increasing the value of "z-index" for the two occurrences inside it, such as:
#interContainer{
position: absolute;
width: 800px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #d0e47e;
border: 1px solid black;
visibility: hidden;
z-index: 1000;
}
willkeyworth
10-01-2008, 03:12 AM
it looks fabulous now. thanks for the great script!
see it now (http://washburnsservicenter.com/beta/)
Inside interstitial.css, try increasing the value of "z-index" for the two occurrences inside it, such as:
#interContainer{
position: absolute;
width: 800px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #d0e47e;
border: 1px solid black;
visibility: hidden;
z-index: 1000;
}
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.