Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: “.post { overflow: auto; }” IE problems

Try this:

.post { display: block; width: 100%; overflow: auto; overflow-x: auto; overflow-y: hidden; }

Tested in IE 6, Opera 9.23 and Firefox 2.0.0.6 on the PC

Didn’t test it on IE 7 though, so you might want to look at that…

cb

Skip to toolbar