399a Best jquery slideshow has a problem with click an image in IE9
  • Visual SlideShow

  • FAQ

Best jquery slideshow is trying to access the parent directory in Internet Explorer 9 after click an image

Q: I use your VisualSlideShow. It works great, but I notice that if you click on the slideshow it is trying to then access the parent directory which is being prevented from the host.
It looks like it is just a problem in IE9. I have tried it with Firefox, Chrome and Safari and it does just restart the slideshow which is fine.
Just need a fix for IE9 then. Unfortunately still around 50% of users.
How can I disable any link?

A: Open generated .html file in any text editor (for example, Notepad) and try to add symbol # to "href" property, for example:

<a href="#"><img id="slide-0" src="data/images/fencing1.jpg" alt="fencing1" title="fencing1" /></a>


Our developer team will fix this problem in the next version.

Related

0