Results 1 to 2 of 2

Thread: Setting border around an image?

  1. #1
    Join Date
    Aug 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Setting border around an image?

    Hi.. I was trying to set border around an image.. but nothing worked.. I know how to use css but the problem is that Im using this code
    http://www.dynamicdrive.com/dynamici...nslideshow.htm
    and whenever im trying to set borders to the loaded images i just mess the layout... any idea?

  2. #2
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there Danny1987,

    and a warm welcome to these forums.

    Dynamic Drive has this information on it's page...
    The ID of an empty DIV container on your page that will show the Fade In Slideshow.
    Such a DIV on the page may look like this:

    <div id="fadeshow1"></div>
    If this is the id that you have used for the container then just add something this code to your style sheet...
    Code:
    
    #fadeshow1 {
        border:1px solid f00; /* adjust values to suit */
     }
    
    coothead

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
  •