|
|
 |
Re: FN-FORUM: scrolling DIVs
date posted 13th January 2005 16:23
Luke Perman wrote:
anyone know a nice (easy) way of adding a vertical scrollbar to a DIV?
>
> using: overlow:scroll causes vertical *and* horizontal bars to appear.
CDan't you simply use 'overflow:auto' and then make sure the list is
narrower than the div (put it in a container if needed) and you will
get a vertical scroll if the list is long enough to require it? Works
for me!
HTH, Paul.
|
 |
|