More Questions Than Answers

Dan Atrill's blog site

CSS: No horizontal scroll overflow

An annoyance I’d forgotten with using overflow in a <div> ie setting css to overflow: scroll is that a horizontal scroll bar appears, greyed out. A small search revealed using overflow: auto meant it only scrolled vertically. I found the answer at CSS overflow:scroll – Dev Articles but a simple Google on css overflow provides [...]

more... »

Thu, October 4 2007 » Web developing » No Comments