Tech Stuff with Rybo
An overview of technical problems and my solutions for them.
Monday, February 15, 2010
HTML Horizontal Scroll
There is a simple way to make a 'div' horizontally scrollable.
Use css and have that div's class property:
.myDivsClass
{
overflow: auto;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment