View Full Version : Resolved Ultimate Fade-in Slideshow - Changing Border Colour
Andy from Somerset
03-18-2009, 07:39 PM
1) Script Title: Ultimate Fade-in Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Please can someone tell me how to change the border colour. It's defaulting to black at the moment.
Thanks
Snookerman
03-18-2009, 08:04 PM
Add this to your CSS code:
#master0 img {
border-color: red;
}
Good luck!
Andy from Somerset
03-18-2009, 09:24 PM
Thanks for the reply, but please can you tell me exactly where in the script to add it.
Thanks
Snookerman
03-18-2009, 10:13 PM
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:
<style type="text/css">
#master0 img {
border-color: red;
}
</style>
Good luck!
Andy from Somerset
03-18-2009, 11:02 PM
Many thanks. That worked
Snookerman
03-19-2009, 06:31 AM
You're welcome, glad to help!
You can go to your first post in this thread, click http://www.dynamicdrive.com/forums/images/buttons/edit.gif 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!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.