Force html table into single stacked column using only css and no javascript

前端 未结 8 1068
时光取名叫无心
时光取名叫无心 2021-01-02 10:47

I\'m creating a html template that wraps a table that is used to lay out a form. I have full control over the html that wraps the table not the table itself. The table is in

8条回答
  •  孤街浪徒
    2021-01-02 10:53

    You can achieve something similar by using display:block;.

    See this fiddle: http://jsfiddle.net/R53KH/

提交回复
热议问题