Results 1 to 2 of 2

Thread: disappearing gallery

  1. #1
    Join Date
    Feb 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default disappearing gallery

    1) Script Title: CMotion Image Gallery

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

    3) Describe problem: I installed this fantastic script and it works great until I saw it on IE7. It seems like the right half of the image gallery has disappeared. The scrolling function fine but you cannot see anything from the center to the right margin. Is there a fix for that, or does anyone know why they have disappeared in IE7?

  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

    For elements that contain the gallery, don't use:

    <center>

    or:

    align="center"

    or:

    text-align:center;

    If you want the gallery centered, use at least a loose transitional DOCTYPE and contain the gallery with:

    Code:
    <div style="width:300px;margin:0 auto;">
    gallery markup here
    </div>
    Set 300px to the desired width.
    - 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
  •