Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: I have the hand pointer on the big picture.. The picture shouldn't link to anything. I have removed the tags from the HTML, but it's still there.. I have even tried to add a cursor: default; to the css (not in the example I am linking to) - and it works until the image is clicked on - the the hand cursor reappears.
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.