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?
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?
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:
In the head of your page, where fadeshow1 is the wrapperid for that show.Code:<style type="text/css"> #fadeshow1 { border:1px solid red; } </style>
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
Thanks for quick answer, will try it out!
Bookmarks