Tuesday, November 3, 2009

To Make a fixed height <UL> to scroll

CSS Code:

.holder UL{
height: 50px;
overflow: auto;
overflow-x: hidden; // this line is to hide the horizontal scroll
}

No comments:

Post a Comment