在 IE 中将边距和填充设置为零
这是我正在开发的一个分阶段网站,你能告诉我如何正确地将边距和填充设置为 0,以便在 IE 中标题中没有间隙。
http://stage.momentosentierrasanta.org/
我的空间很小,这让我发疯。
下面是 IE7 和 IE8 的顶部屏幕截图,然后是 IE9 的底部屏幕截图:
Here is a staged site i'm working on can you tell me how to properly set margin and padding to 0 so that in IE there are no gaps in hte header.
http://stage.momentosentierrasanta.org/
I'm getting a small space, and it's driving me crazy.
Here is a screen shot of IE7 and IE8 in top screen shot and then IE9 lower screen shot:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是IE8的行为,我测试了很多网站,发现它可以在IE中删除。我尝试添加 div#ifcjNav{margin-top:-20px;} 但向上拖动 div 而不删除该行,如果我添加 css 重置,即使这样也不会删除顶行。尝试在顶部添加背景过渡颜色来掩盖该线。
祝你好运。
I think that is the IE8 behavior, I tested many sites and seen that it can be removed in IE. I tried to add for div#ifcjNav{margin-top:-20px;} but is dragging up div without to remove that line and If I add a css reset even then wont remove top line. Try to add on top a background transition color to mask that line.
Good luck.