Results 1 to 3 of 3

Thread: Bordering images

  1. #1
    Join Date
    Jan 2010
    Posts
    26
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Bordering images

    Hello,

    I have used the script on the following page: http://www.dynamicdrive.com/dynamici...nslideshow.htm

    But now I want to add a black border around each image, width = 1px. How do I accomplish this?

  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

    If your images are all the same dimensions and the slide show's dimensions are also set to that size, you can put something like this:

    Code:
    <style type="text/css">
    #fadeshow1 {
    border:1px solid red;
    }
    </style>
    In the head of your page, where fadeshow1 is the wrapperid for that show.

    If your images are not all the same dimensions and/or the slide show's dimensions are not set to that size, it would depend upon just how things are setup.
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2010
    Posts
    26
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default

    Thanks for quick answer, will try it out!

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
  •