Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
看一眼:
http://liveharleystreet.phil-taylor.com/
特别是首先出现在页脚中的菜单。在所有其他浏览器中,此菜单居中,但在 IE9 中,它位于左侧。
如何更改我的 CSS 以使其在 IE9 中居中显示?
谢谢
李
我在选择器中用IE9的开发者工具编辑了custom.css文件
.footer .moduletablemenu ul li
将显示更改为内联并删除浮动属性;在 IE9 中将页脚居中。似乎您在加载样式时遇到问题,具体取决于浏览器。