Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

jQuery - Noob help needed !

  • 10-04-2012 06:28PM
    #1
    Registered Users, Registered Users 2 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,144 ✭✭✭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, Registered Users 2 Posts: 159 ✭✭Crimson125


    Cheers Donkey !

    That did the trick indeed ;-)


Advertisement