Fixing IE Overflow Problem Using jQuery

Microsoft Internet Explorer has a different implementation of overflow compared to Firefox or Safari. In particular, Mozilla Firefox when overflowing an element puts the horizontal overflow scroll bar on the outside of the element and the MS IE put it inside. Sometimes, this difference can really make you problems. From this tutorial you will find out how to easily fix the IE overflow problem using jQuery.






