1) Script Title: Ajax Interstitial Content Box
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...terstitial.htm
3) Describe problem: When my page loads, a menu show through my interstitial box. see here: MY PAGE
1) Script Title: Ajax Interstitial Content Box
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...terstitial.htm
3) Describe problem: When my page loads, a menu show through my interstitial box. see here: MY PAGE
Inside interstitial.css, try increasing the value of "z-index" for the two occurrences inside it, such as:
Code:#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; }
DD Admin
it looks fabulous now. thanks for the great script!
see it now
Bookmarks