I have created an Image Slideshow using HTML5 and CSS. The slideshow consists of a div with the property overflow:hidden
. The images are animated to move from right to left within the div. While this functionality works smoothly in Chrome, I am facing an issue in Firefox and IE where a horizontal scrolling bar appears. Can anyone suggest a way to resolve this problem?