html - Is there a way to set vertical scrollbar for a div? -



html - Is there a way to set vertical scrollbar for a div? -

i set empty content div td tag in table. shows there 1 line in div. if set height of div, when input more content it's height, still maintain same size was. how add together vertical scrollbar when content need consume more space in div? thanks.

automatically show scroll bars when content greater height , width this:

<div style="overflow:auto;"></div>

or

show scroll bars @ times this:

<div style="overflow:scroll;"></div>

below reference css overflow properties:

overflow

overflow-x

overflow-y

html css

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -