Jump to content

table scroll with screen?


spyboy1o1

Recommended Posts

You must use <div>:

<div style="width:400px; height:300px; overflow:auto"><table><tr><td>[text]</td></tr></table></div>

The overflow property is telling that if the size of the table is superior than 400px (width) or 300px (height); it'll generate a vertical, horizontal or both ways scroll, depending of the case.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...