Welcome to WebDesignForums.net!
You're currently viewing WDF as a guest. By registering for a free account, you'll be able to participate with other members in our friendly community. Being a member allows you to ask questions and get answers for those troublesome web development tasks!

In addition, as a member you'll be able to post your websites up for review. Using our unique website review system you can gain some amazing feedback from some of the best web developers around. This is a completely free service to all registered members.

Ready to register yet? Registration is 100% free. Click Here To Join Now!

Jquery Banner Help

Discussion in 'Javascript, AJAX, and JSON' started by steadfast781, Mar 16, 2012.

  1. Offline

    steadfast781 New Member

    Message Count:
    1
    Likes Received:
    0
    Trophy Points:
    1
    Dear Members please help me.

    I have this jquery banner script
    Please see this link
    http://www.infinitedesigner.com/banners/banner.html

    I changed banner size so between 2 image on banner you can see white space to much. I want decrease this space.
    So please tell me how can I do this?
    I think its jquery file problem. but what problem I can't understand.
    I hope you will guide me very soon.
    Thank you.


  2. Offline

    Webzarus Well-Known Member

    Message Count:
    3,005
    Likes Received:
    668
    Trophy Points:
    113
    Gender:
    Male
    I suspect that spacing is in the jquery transition section... But I really don't see an issue... The white space is moving across the screen to show the transition between slides.

    Maybe there is a different transition that would suit you better... One that slides the new image in on top of the old ? Maybe one that brings it in from the corner and expands the size to cover the old image...

    There are quite a few transitions that can be called in jquery...

    Not sure if I would try to remove that space myself... I'm sure it can be done...


  3. Offline

    Tom Vance New Member

    Message Count:
    1
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    You can force the issue by increasing the image size (1000px did it for me). Possibly not the best way tho.


  4. Offline

    AlphaMare WDF Moderator

    Message Count:
    3,975
    Likes Received:
    720
    Trophy Points:
    113
    Gender:
    Female
    Location:
    Montreal, Canada
    That's actually it - the transitions call for increasing offsets in increments of 1000 (-1000, -2000, -3000 etc) and the images are 926px - the white space is the difference between the image size and the offset.


Share This Page