开发者

Center an HTML Table in a 90% width Div

I have a container div that is set to 90% width. I开发者_StackOverflow社区 have a table that goes inside it that I would like to be centered.

What is the best cross browser way to accomplish this (including IE6)

Preferably html and css only.


This is what you want: http://www.granneman.com/webdev/coding/css/centertables/


table#yourtable {
  margin: 0 auto;
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜