Results 1 to 3 of 3

Thread: gradual fader help

  1. #1
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default gradual fader help

    1) Script Title: Gradual Fader

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...adualfader.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

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Replace this:

    Code:
    <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:

    Code:
    <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>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    haylzee (01-19-2009)

  4. #3
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    thank you SO much =]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •