Thread: making div
Results 1 to 2 of 2
Related
-
Making a team Forum: Website Promotion Forum
Replies: 0 -
Why is this making copies of it self? Forum: CGI Perl Forum
Replies: 4 -
Making changes Forum: HTML Forum
Replies: 6
-
11-13-2007, 02:26 AM #1
making div
Hi all
I want to make a div using css, which can provide me scroll bar. like hight of the div would be around 200px and with would be around 150px but it should has scroll in it so that if i put more data in it, it don't expand
thank you
dizyn
-
11-13-2007, 07:12 AM #2
Re: making div
Here you go:
Code:scrollbox { width: 150px; height: 200px; overflow: auto; }
Code:<div class="scrollbox"> (div content goes here) </div>
Last edited by vinyl-junkie; 11-14-2007 at 06:59 AM. Reason: Forgot "overflow: auto" on the CSS. Thanks, coothead! ;)
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
[Hostripples India] - Best Canada Linux SSD VPS Server!
02-15-2019, 12:46 AM in Web Hosting Forum