javascript - HTML Table Wrap Column -
this simple, can't figure out.
i have table users input data columns. each time user enters data new column created. after while have ton of columns , need them wrap. know how wrap text inside columns, need entire column wrap below first column , on.
you shouldn't use tables this. should use divs "float: left" css style.
here working example: http://jsfiddle.net/3mej5/
Comments
Post a Comment