Results 1 to 2 of 2

Thread: The arrows are moving on the Step Carousel if resized

  1. #1
    Join Date
    Aug 2008
    Location
    CA
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question The arrows are moving on the Step Carousel if resized

    1) Script Title: Step Carousel Viewer v1.4

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...epcarousel.htm

    3) Describe problem: I installed your script and everything is working excellent as it is suppose to but I have one problem and I'm not able to correct it in the javascript.

    The arrows you just added are positioned absolute in the javascript and I'm using a div wrapper with 790px wide and margin 0 auto. If you have your browser not in full screen and then move it to full screen the arrows move from the position they are set at. Can you maybe make them into a div like the panels so it will not move when placed in a div that is centered or what can I do to have them not move. You can see what I mean at the url below.

    By the way awesome script just a few changes and wow.

    Oh by the way if you make the browser smaller in height on the demo page they move also.

    http://www.obymako.com/WFone/default.html

    Thanks eobyone

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Try finding the line below inside the .js file:

    Code:
    $(window).bind("load", function(){
    and change it to:

    Code:
    $(window).bind("resize", function(){
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •