View Full Version : gradual fader help
haylzee
01-18-2009, 10:41 PM
1) Script Title: Gradual Fader
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/gradualfader.htm
3) Describe problem: i have used this on my fansite and when it's viewed in mozilla firefox there is no problem but when i view it on internet explorer it doesn't work. here's an image of the problem. does anyone know how i fix it?
http://i41.tinypic.com/33ogy87.jpg
jscheuer1
01-19-2009, 03:24 AM
Replace this:
<div style="position: absolute; top: 365px; left: 148px; border: solid 0px; width: 155; height: 129; background-color: #">
<a href="home.php" target="TL" class="anotherclass gradualfader"><img src="images/home_btn.png" /></a>
<br><a href="info.htm" target="TL" class="anotherclass gradualfader"><img src="images/info_btn.png" /></a>
<br><a href="haa.htm" target="TL" class="anotherclass gradualfader"><img src="images/haa_btn.png" /></a>
<br><a href="http://todd-lasance.net/gallery" target="_blank" class="anotherclass gradualfader"><img src="images/gallery_btn.png" /></a>
<br><a href="http://z4.invisionfree.com/ToddLasance/" target="_blank" class="anotherclass gradualfader"><img src="images/forum_btn.png" /></a>
<br><a href="site.htm" target="TL" class="anotherclass gradualfader"><img src="images/site_btn.png" /></a>
</div>
with:
<div style="position: absolute; top: 365px; left: 148px; border: solid 0px; width: 155; height: 129; background-color: #">
<a href="home.php" target="TL"><img class="gradualfader"
src="images/home_btn.png" /></a><br><a href="info.htm" target="TL"><img class="gradualfader"
src="images/info_btn.png" /></a><br><a href="haa.htm" target="TL"><img class="gradualfader"
src="images/haa_btn.png" /></a><br><a href="http://todd-lasance.net/gallery" target="_blank"><img class="gradualfader"
src="images/gallery_btn.png" /></a><br><a href="http://z4.invisionfree.com/ToddLasance/" target="_blank"><img class="gradualfader"
src="images/forum_btn.png" /></a><br><a href="site.htm" target="TL"><img class="gradualfader"
src="images/site_btn.png" /></a></div>
haylzee
01-19-2009, 05:42 PM
thank you SO much =]
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.