I have a div that I'm using to display source code, so it's set with whitespace: pre;. I also have overflow-x set to auto so that it'll scroll horizontall as needed. But, the div doesn't scroll in IE, it just expands making the page way wider than it should be. Any thoughts as to why this might be happening?