Results 1 to 3 of 3

Thread: Carousel not positioning in ie

  1. #1
    Join Date
    Jan 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Carousel not positioning in ie

    1) Script Title: Step Carousel Viewer v1.8

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

    3) Describe problem: the image from small thumbnail when clicked loading into the iframe is off to the left and down about 15 pixels when viewing in Internet Explorer (7 & 8) but is fine in Firefox ( I think)?


    http://www.petesimpsondesign.co.uk/littledipper.html

    is the test page link - I also have a green line at top and left of small thumb - what is that from?

    Help greatly appreciated!

  2. #2
    Join Date
    Jan 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Any ideas please?

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

    Default

    This looks just like a formatting issue with your IFRAME actually, and not with Carousel Viewer. Try removing any padding/magins from your IFRAME, such as:

    Code:
    <iframe src="http://www.google.com" style="width: 90%; height: 300px"
    scrolling="no" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0">
    </iframe>
    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
  •