Thanks PMDave
Quote:
Originally posted by The Truth Hurts
i just told ya.. div / css.
.scrolling_div {
height: 300px;
width: 160px;
overflow: auto;
then
< div class="scrolling_div" > content < /div >
|
And thanks The Truth Hurts
Was just checking up on this in google. This will do the trick!