Results 1 to 4 of 4

Thread: Conveyer Belt Slideshow Emergency

  1. #1
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyer Belt Slideshow Emergency

    1) Script Title: Conveyer Belt Slideshow

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

    3) Describe problem: I have a big white gap at the beginning of the slideshow. It seems to only happen in Internet Explorer. How do I get it out?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Most likely the answer is:

    Don't center the slideshow.

    However, there are many ways to center, and in cases like this, there are often more than one used, so removing one may not fix it. Also there are ways to center it (if required) without messing it up in IE.

    It could be something else, or this and something else. If you want more help:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default RE: Conveyor Belt Slide Show Script

    How would I center it without it messing up in IE? I would like for the slider to be centered on the page but not have that huge gap at the beginning.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You could put a container around it, set the style width of that container to the width of the slide show, and set the style margin of that container to 0 auto:

    Code:
    <div style="width:300px";margin:0 auto;">
    slide show here
    </div>
    Requires a valid URL DOCTYPE. If you want more help:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •