Sunday, October 11, 2009

Fixing the IE Overflow Vertical Scrollbar Bug

http://blog.josh420.com/archives/2007/11/fixing-the-ie-overflow-vertical-scrollbar-bug.aspx

http://www.ookii.org/post/the_joys_of_overflowauto_and_crossbrowser_development.aspx

I come up with this solution:

#divInfo {float:left; width:400px; overflow-x:auto; overflow-y:hidden;padding-bottom:20px;}