Results 1 to 2 of 2

Thread: Centering JavaScript in Frontpage 2003

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

    Unhappy Centering JavaScript in Frontpage 2003

    1) Script Title:
    :: Ultimate Fade-in slideshow (v2.4)
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...nslideshow.htm
    3) Describe problem:
    I use MS Frontpage : ( and am having trouble getting the slideshow to center when using Google Chrome - but works fine in Internet Explorer
    my webpage is
    www.apartmentsinrio.com
    I LOVE YOUR SITE!
    Thanks!

  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

    Where you have:

    Code:
    <div id="fadeshow1"></div>
    Change it to:

    Code:
    <div style="margin: auto;" id="fadeshow1"></div>
    - 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
  •