Is there a way to add a Horizontal scrollbar to an HTML table? I actually need it to be scrollable both vertically and horizontally depending on how the table grows but I can't get either scrollbar to appear.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Did you try CSS
|
||||
|
|
|
Wrap the table in a DIV, set with the following style:
|
|||
|
|
|
You SHOULD be able to use the CSS attribute "overflow" for this: http://www.w3schools.com/Css/pr_pos_overflow.asp However, support for this can vary between browsers. |
|||
|
|