Is there a business reason for striving for pure CSS layout?

后端 未结 21 1162
情深已故
情深已故 2021-02-02 08:30

It seems like every time I try to create a pure CSS layout it takes me much longer than if I\'d use a table or two. Getting three columns to be equal lengths with different amou

21条回答
  •  误落风尘
    2021-02-02 09:28

    There definitely is. If you are still striving for it, you are not getting it right.

    DIV+CSS layout is actually much easier than table layout in terms of maintainability and productivity. Just keep practicing it before it's too early to say that.

    Table layout is good too it's just not meant for layouts and have exceptional drawbacks when it comes to minor tuning.

提交回复
热议问题