WOW Image Slider doesn't work correctly in Internet Explorer although seems to work perfectly in the other browsers. Please give me some advice.

We strive to ensure that the code WOWSlider produces works in all browsers and across different screen sizes and devices. However, sometimes you may find that you experience problems in Internet Explorer.

This is most often caused by a conflict between the code and the DOCTYPE that has been set for your website.

To ensure maximum compatibility, you should open the .html file for your slideshow and add the following line to the very first line at the top of the file:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

You may already have a DOCTYPE declared, in which case you should delete the existing DOCTYPE (Everything between <!DOCTYPE and the closing > before pasting the replacement.

Save the .html file and re-upload to your server. Remember to refresh the page in your browser to see the changes.