Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: Hi,
I have *Free version, Version 2.0 of VisualSlideshow*.
My question is that if it's possible to *put captions outside of photos* on
this free version. Now it's on (over ) the photos.
Thank you
A: Please, open generated slideshow.css file in any text editor and find the code:
.slideshow-captions {
background: none repeat scroll 0 0 #000000;
border-radius: 8px;
bottom: 25px;
color: #FFFFFF;
font: 14px Tahoma,Arial,Helvetica;
left: 15px;
margin: 0 0 5px 5px;
overflow: hidden;
padding: 12px;
position: absolute;
z-index: 10000;
}
Edit "bottom" property this way:
.slideshow-captions {
background: none repeat scroll 0 0 #000000;
border-radius: 8px;
bottom: -55px;
color: #FFFFFF;
font: 14px Tahoma,Arial,Helvetica;
left: 15px;
margin: 0 0 5px 5px;
overflow: hidden;
padding: 12px;
position: absolute;
z-index: 10000;
}
For troubleshooting, feature requests, and general help, contact Customer Support at . Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.
Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.