开发者

Center an HTML Table in a 90% width Div

开发者 https://www.devze.com 2023-02-14 12:51 出处:网络
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.

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

精彩评论

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