Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

jQuery - Noob help needed !

Options
  • 10-04-2012 6:28pm
    #1
    Registered Users Posts: 159 ✭✭


    Hi All,

    Total newbie here - I have a feeling this is something very simple.

    Im putting together a very simple 4 image carousel.

    Current working version can be seen here :
    http://www.musicalcontrol.com/test/crimson/easyslides.htm

    The problem should be visible once you look at that link.

    First image loads perfectly. Second image flash loads directly below the first image, and then jumps straight into position. Same happens for all other subsequent transitions including on the first image the next times it comes around.

    I'm using jquery easyslides from here : http://dev.daledavies.co.uk/easyslides/

    Headers are :

    <script type="text/Javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script&gt;
    <script type="text/Javascript" src="js/jquery.easyslides.min.v1.1.js"></script>
    <script type="text/Javascript" src="js/Example 1/example_1.js"></script>
    <link rel="stylesheet" type="text/css" href="js/Example 1/styles.css" />

    CSS file is pretty short :

    #example_1_container {
    width:980px;
    height:192px;
    }

    #example_1_container .easy_slides_caption {
    width:0px;
    height:0px;
    padding: 10px 0 0 10px;
    }

    I found something which seems to be the same problem, but using a different set of scripts:
    http://dev7studios.com/forum/discussion/616/plz-help-images-jumping-positioning-out/p1


    That's it really.

    Anyone got any ideas on how to resolve this please ?

    My head is melted and I'm at this about 3 hours now !

    Thanks a million,
    Al.


Comments

  • Closed Accounts Posts: 7,145 ✭✭✭DonkeyStyle \o/


    Add overflow: hidden; to the style for #example_1_container - fixed it in firefox anyway, don't know about the others.


  • Registered Users Posts: 159 ✭✭Crimson125


    Cheers Donkey !

    That did the trick indeed ;-)


Advertisement