CODE
.DIVNAME {
width:###px;
height:###px;
overflow:AUTO/HIDDEN;
}
Replace
DIVNAME with the name of your DIV container, the pound symbols (
# ) with the appropriate values, and choose either
AUTO or
HIDDEN for you're overflow property. By the way,
AUTO makes it scroll and
HIDDEN makes anything over the values assigned to the width and height hidden.