I put a empty content div into a td tag in a table. It shows as there is only one line in div. If I set the height of the div, when I input more content than it's height, it still keep the same size as it was. How to add a vertical scrollbar when content need to consume more space in the div? Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Automatically show scroll bars when content is greater than height and width like this:
OR Show scroll bars at all times like this:
Below is some reference for CSS overflow properties: |
||||
|
|
|
Use
or
NOTE: |
||||
|
|
|
do this in css
edit: What's with all the inline styles guys :-( |
|||
|
|
|
Just to add to the other answers, you will likely also want |
|||
|
|