Scroll inside a table?
Scroll inside a table?
Out of context: Reply #2
- Started
- Last post
- 14 Responses
- neverblink0
add a div to the table-cell and set the following css for it:
!! the height should be the desired height of the cell
overflow:auto;
height: 300px;