PDA

View Full Version : Slideshow control buttons....


markboris
Jul-31-2007, 09:07 PM
I am not familiar with any of this code stuff but I think I have done fairly well creating a slideshow and customizing some colors and such. My one problem that I am stuck on is the control buttons for my slideshow. I am using the Smugmug buttons but for some reason they just show up as a small line down below my slideshow. They work but you have to hover over them to see what they are. I thought I had copied all of the correct text into the CSS window but do not know what else to do. If someone could point me into the right direction, that would be great.

Oh, one more question... Can I change the text color of the caption below my slideshow?

Thanks, Mark

www.markboris.smugmug.com

Allen
Jul-31-2007, 10:56 PM
I am not familiar with any of this code stuff but I think I have done fairly well creating a slideshow and customizing some colors and such. My one problem that I am stuck on is the control buttons for my slideshow. I am using the Smugmug buttons but for some reason they just show up as a small line down below my slideshow. They work but you have to hover over them to see what they are. I thought I had copied all of the correct text into the CSS window but do not know what else to do. If someone could point me into the right direction, that would be great.

Oh, one more question... Can I change the text color of the caption below my slideshow?

Thanks, Mark

www.markboris.smugmug.com (http://www.markboris.smugmug.com)
All this below is in your CSS.

You are missing the last ' on each of these lines on all four slide buttons.

... src='http://www.smugmug.com/photos/56334902.png');}

Double check your button image links, they don't seem right.


Spread the buttons out some.

.ssBtn img {height: 11px; width:14px; margin: 0 10px 0 10px;}


Change caption color

#ssCaption {color: #fff;}

markboris
Aug-01-2007, 07:27 AM
Allen,

Thanks for the quick response and all the help. It all works great now.

Mark