Results 1 to 3 of 3

Thread: Ultimate Fade-in slideshow (v1.51)

  1. #1
    Join Date
    Oct 2008
    Location
    UK
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow (v1.51)

    1) Script Title: Ultimate Fade-in slideshow (v1.51)

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

    3) Describe problem: I am currently building a website for a photographer and have used the script above. When viewed in IE or Avant the border is black but viewed in Mozilla or Google Chrome the border is white. I can't see anywhere in the script to edit the border colour. Ideally I want the border to be white in all browsers.

    Thanks in advance for any help on this.

    Susie.

  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

    There are various borders you could be talking about. If it's what I think it is, add this to your stylesheet:

    Code:
    #master0 img, #master0 a img,  {
    border: 2px solid #fff!important;
    }
    You can use whatever valid border style you like, just make sure to follow with the !important keyword as shown, to override any other style that might be causing the undesirable border.

    That, by the way will take care of it if you have only one show on the page. If you have others, they are numbered, so a second show on a page would use:

    Code:
    #master1 img, #master1 a img,  {
    border: 2px solid #fff!important;
    }
    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. The Following User Says Thank You to jscheuer1 For This Useful Post:

    susie (10-09-2008)

  4. #3
    Join Date
    Oct 2008
    Location
    UK
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your reply, off to try it out now.
    Thanks
    Susie.

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
  •