IE 中的边距问题
我的 IE 遇到问题。我的网站的网址是 www.trecall.com。我想在动画菜单的左侧添加边距,使菜单位于页面中央。这在 FF 中工作正常,但在 IE 中,边距不显示。
知道为什么吗?
谢谢你!!
I am having a problem with IE. The url to my site is www.trecall.com. I want to put a margin on the left side of the animated menu, to make the menu centered on the page. This works fine in FF, but in IE, the margin does not show up.
Any idea why?
THANK YOU!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试将其包装在另一个 div 中并在其上使用填充。 IE 的边距不太好。
You can try wrapping it in another div and using padding on that. IE is not very good with margins.
使用左边距并不是进行水平居中的正确方法,它仅适用于您自己的显示分辨率。
请参阅 这用于 css 中的水平居中(旧但仍然正确)
Playing with left margin is not the correct way to do horizontal centering, it'll only work on your own display resolution..
see this for horizontal centering in css (old but still correct)