我已经阅读了所有 Google 最佳结果技巧,但我无法在 div 中居中图像。
例如这个流行的技巧:http ://webdesign.about.com/od/beginningcss/a/aa012207.htm或http://www.w3.org/Style/Examples/007/center.en.html
不起作用在 IE 8 中。
我已经尝试过 Stackoverflow 中的另一个,但它在 Opera 中不起作用。
所以我认为一个技巧适用于大多数浏览器(IE8、Firefox、Safari、Opera、Maxthon、K-Melon、SeaMonkey):
<p style="text-align:center"><img style="display: block; margin-left: auto; margin-right: auto;" src="parliament.gif" width="200" height="71"></p>
任何意见?