Results 1 to 3 of 3

Thread: Step Carousel Viewer Image Positioning Issue

  1. #1
    Join Date
    Apr 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Step Carousel Viewer Image Positioning Issue

    1) Script Title: Step Carousel Viewer v1.9

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

    3) Describe problem: I'm using the Step Carousel with the width set within inline CSS. It seems to be having problems properly positioning successive images. In Safari, it only works after I have visited the page and click the link from the menu, but not when I click refresh or when first visiting the page. It seems that it does not always get the width information before loading up the carousel as it stacks the images. It works a little better in Firefox, but still exhibits the same problem initially. I've tried moving the code that sets up the carousel to the bottom of the page or putting it inside of $(document).ready(function(){ }), but neither helped.

    The page is here:
    http://www.bluepupae.com/test/janedillon/gallery.php

    Thanks.

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

    Default

    There should be an explicit unit following each of your width values for the carousel DIVs, for example:

    Code:
    <div class="panel" style="width:458px;">
    DD Admin

  3. #3
    Join Date
    Apr 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Of course it would be something simple like that. Works great now. Thanks!

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
  •