Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: I am trying to show 3 different slideshows in one div that is selectable by hyperlinks below the slideshow. I have tried using Javascript by changing the display style to flex from none but it just doesn't seem to work properly.
A: Notice: It's impossible to insert more than one slideshow into the same page! This information was added on the main page of our website.
So, it's possible to get effect you described using iframes only, it's impossible to do
with DIVs. For example:
<a href="folder1/index.html" target="slideshow">First slideshow</a>
<a href="folder2/index.html" target="slideshow">Second slideshow</a>
<iframe name="slideshow" src="folder1/index.html" width="1000" height="700" frameborder="0"></iframe>
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.