July 15, 200917 yr Of course. #div-name { width: ??px; height: ??px; overflow: scroll; } oveflow: scroll will show scrollbars all the time; overflow: auto; only where necessary. There is also overflow-x: scroll; and overflow-y: scroll; in CSS3 but not many browsers support that yet. http://www.brunildo.org/test/Overflowxy2.html
Create an account or sign in to comment