Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. tbody {
  2. max-height: 500px;
  3. max-width: 100%;
  4. overflow: auto;
  5. }
  6.  
  7. <table>
  8. <thead>
  9. <tr><th>headers</th></tr>
  10. </thead>
  11. <tbody>
  12. <tr><td>body</td></tr>
  13. </tbody>
  14. <tfoot>
  15. <tr><td>footers</td></tr>
  16. </tfoot>
  17. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement