display:table versus using tables

前端 未结 8 1052
余生分开走
余生分开走 2021-01-06 03:18

I was wondering if it\'s a good idea to use CSS display property to emulate tables for a veeeery simple forum system.

I know this wasn\'t good thing to do like 2 yea

8条回答
  •  独厮守ぢ
    2021-01-06 03:53

    From personal experience display:table etc is pretty redundant ( Someone correct me if I'm wrong )

    You are best of using div's and styling them with CSS accordingly.

    Edit: ^ Without the use of display:table/display:table-cell.. And using more common/standard methods of displaying your data. ( However one could argue that it is a common/standard method )

提交回复
热议问题