Results 1 to 3 of 3

Thread: Flexi Slideshow gap

  1. #1
    Join Date
    May 2005
    Posts
    31
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flexi Slideshow gap

    When using the Flexi Slideshow with FrontPage, I end up with a the background extending beyond the image. This leaves a white gap at the top in the Mac, and at the top and bottom in PC's. Access www.arthill.com to view. All images and slidewidth and height specified at 200px.

  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

    That's not a white gap, it is a #F3F3F3 gap, as in:
    Code:
    var slidebgcolor='#F3F3F3'
    from the script. Just set this to:
    Code:
    var slidebgcolor='#666666'
    and all should be well.
    - John
    ________________________

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

  3. #3
    Join Date
    May 2005
    Posts
    31
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks John,

    Your suggestion solved the problem!

    Ry Smith

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
  •