Results 1 to 6 of 6

Thread: Ultimate Fade-in Slideshow - Changing Border Colour

  1. #1
    Join Date
    Mar 2008
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in Slideshow - Changing Border Colour

    1) Script Title: Ultimate Fade-in Slideshow

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

    3) Describe problem: Please can someone tell me how to change the border colour. It's defaulting to black at the moment.

    Thanks
    Last edited by Andy from Somerset; 03-19-2009 at 07:48 AM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Add this to your CSS code:
    Code:
    #master0 img {
    border-color: red;
    }
    Good luck!

  3. #3
    Join Date
    Mar 2008
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the reply, but please can you tell me exactly where in the script to add it.

    Thanks

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    If you have a CSS file (ends with .ccs) then just copy and paste it in. If you don't have one, add this to the head section of your page:
    HTML Code:
    <style type="text/css">
    #master0 img {
    border-color: red;
    }
    </style>
    Good luck!

  5. The Following User Says Thank You to Snookerman For This Useful Post:

    Andy from Somerset (03-18-2009)

  6. #5
    Join Date
    Mar 2008
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Many thanks. That worked

  7. #6
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You're welcome, glad to help!
    You can go to your first post in this thread, click then click Go Advanced and add the Resolved prefix to the thread title.
    This will let other users know the problem has been solved.

    Good luck with your site!

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
  •