Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Image Slider – Images display in a stack before fully loaded

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29612
    quart
    Participant

    The images display before the script is loaded and sometimes will reappear when navigating the links- also links will nudge when mousing off the links.

    Any suggestions on how to clean up?

    http:/kbjones.com

    #79718
    quart
    Participant

    sorry the correct link is : http://kbjones.com

    is it a matter of clearing a div or is it in my jquery?

    $(document).ready(function(){
    $("div#images div").hide();
    $("div#button li").hover(function(){
    var elid = $(this).attr(‘id’);
    $("div#images div").hide();
    $("div#images div#" + elid + "").fadeIn("slow");
    });
    });

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.