CSS replacement for

后端 未结 7 862
天涯浪人
天涯浪人 2020-12-18 18:33

I know this question has been asked many times, but I never saw a satisfactory answer. I mean, an answer that actually works.

So, here we go again. Take this jsFiddl

7条回答
  •  天涯浪人
    2020-12-18 18:48

    div {width:400px; text-align: center;}
    table {display:inline-block;}​
    

    Should work as well in addition to Paul's answer.

    http://jsfiddle.net/KFMyn/13/

提交回复
热议问题