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

前端 未结 8 1138
时光取名叫无心
时光取名叫无心 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 11:14

    only solution I can think of is, changing your Markup. I would change it in such a way to take one column and write it as an row in markup. Here is an fiddle I have created : http://jsfiddle.net/MHsxU/

提交回复
热议问题