Development jQuery / CSS: element jump around on .animate()

Discussion in 'Tech Support' started by jezmck, 25 Jul 2009.

  1. jezmck

    jezmck Minimodder

    Joined:
    25 Sep 2003
    Posts:
    4,456
    Likes Received:
    36
    Hi gang,

    If you have a look at http://webcam.jezmckean.com/ and click on an image you will see what I mean.

    It's as if the image is converted to a div while animating.

    Any ideas anyone?
     
  2. BentAnat

    BentAnat Software Dev

    Joined:
    26 Jun 2008
    Posts:
    7,230
    Likes Received:
    219
    Seems to me to be a thing with how your browser handles image aligning, and on-the-fly CSS adjustment.
    Remember - CSS was never meant to be changed on the fly, so that might cause your issue.

    I'd rather opt for having a big image spot, and once the user clicks on one of the thumbnails, load the image there...

    should be easy enough with jQuery.
     
  3. jezmck

    jezmck Minimodder

    Joined:
    25 Sep 2003
    Posts:
    4,456
    Likes Received:
    36
    Yeah, I've been thinking about changing the layout.
     

Share This Page