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
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.
Add this to your CSS code:
Good luck!Code:#master0 img { border-color: red; }
Thanks for the reply, but please can you tell me exactly where in the script to add it.
Thanks
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:
Good luck!HTML Code:<style type="text/css"> #master0 img { border-color: red; } </style>
Andy from Somerset (03-18-2009)
Many thanks. That worked
You're welcome, glad to help!
You can go to your first post in this thread, clickthen 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