Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: How do I get the controller to disappear when the cursor is not pointing at the picture like the demo does on your website? I see the option to not have it show at all and to change the location. I have not published this to the Internet yet.
A: You can change the type of cursor manually. Open generated "slideshow.css" file in any text editor (for example, Notepad), find following lines:
.slideshow-images img {
display: block;
position: absolute;
z-index: 1;
}
add line:
cursor: default;
You'll have:
.slideshow-images img {
display: block;
position: absolute;
z-index: 1;
cursor: default;
}
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.