URL: http://cyberbat.co.uk/test container margin: auto is not working, is there any other way to put it in the middle in IE.
EDIT: Check it again, the index.php was the
This is a bug in IE! You just need to create a holder for and set its text-align to center .page-holder{ text-align:center; } .page{ margin:0 auto; } page content 0 讨论(0) 查看其它9个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
and set its text-align to center .page-holder{ text-align:center; } .page{ margin:0 auto; } page content 0 讨论(0) 查看其它9个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
text-align
center
.page-holder{ text-align:center; } .page{ margin:0 auto; }
page content