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