1. Scroll boxes side by side || <table width="250px"><tr><td> <div style="width: 100px; height: 100px; border: 3px double deeppink; text-align: center; overflow: auto;"> This is Div 1!</div> </td><td> <div style="width: 100px; height: 100px; border: 3px double deeppink; text-align: center; overflow: auto;"> This is Div 2!</div> </td></tr></table>
This is Div 1!
This is Div 2!
2. Scroll box with invisible scroll bar || <div style="width:560px;height:300px;overflow:scroll;overflow-y:scroll;overflow-x:hidden;">'
Message Goes Here.. The cursor is invisible, so just type. :P
To go to a new line, press enter + shift.
3. A normal scroll box! || <div style="width:560px;height:300px;overflow:scroll;overflow-y:scroll;overflow-x:hidden;">'