html table with horizontal and vertical scroll bar

The css for table with horizontal and vertical scroll bar.
[code language=”css”]
.scroll-table-container {
border:2px solid green;
height: 300px;
overflow: scroll;
}
.scroll-table, td, th {
border-collapse:collapse;
border:1px solid #777;
min-width: 300px;}
[/code]

demo

Search within Codexpedia

Custom Search

Search the entire web

Custom Search