About
Pricing
Community
Teams
Start Free Trial
Log in
Tom Knowlton
asked on
7/21/2008
make div scrollable?
can I make a div "scrollable"?
ASP.NET
2
1
Last Comment
CutSack
8/22/2022 - Mon
CutSack
7/21/2008
Hi,
I am assuming you want the content of the div to scroll, if so use:
To add scroll bars. You can also use overflow:auto if you want the bars only to appear when the content exceeds the visible area of the div.
ASKER CERTIFIED SOLUTION
CutSack
7/21/2008
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Your help has saved me hundreds of hours of internet surfing.
fblack61
I am assuming you want the content of the div to scroll, if so use:
To add scroll bars. You can also use overflow:auto if you want the bars only to appear when the content exceeds the visible area of the div.