IE - FF 中的空间显示良好
在我的个人网站上,当查看单个帖子时,我有一个概述 DIV,在 FF 中,主标题和摘录之间没有空格,但在 IE 中,那里有一个空格。 关于如何摆脱它有什么想法吗?
我有适用于 FF 的 FireBug,并在另一台 PC 上安装了 IE 开发工具栏来尝试检查代码以找到问题,但没有成功。
http://www .ryancoughlin.com/2008/12/19/dunks-or-starbucks-who-comes-out-on-top/
这是一个例子。
有任何想法吗?
At my personal website while viewing a single post, i have an overview DIV, and in FF it has no space between the main header and the excerpt, but in IE there is a space there. Any idea on how I can get rid of that?
I have FireBug for FF and i installed IE Developer Toolbar on my other PC to try to inspect the code to find the problem, with no luck.
http://www.ryancoughlin.com/2008/12/19/dunks-or-starbucks-who-comes-out-on-top/
That is an example.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来包含日历日期的 div 将其向下推,因为摘录的宽度设置为 100%,将其设置为 90%,您会看到它将到达顶部。
编辑:如果您将日历 DEC 19th 的容器宽度从 88 更改为 80,它应该看起来更好,
这是我在 IE 开发人员工具栏中看到的
http://imagebin.antiyes.com/451
it looks like the div containing the calendar date is pushing it down because it's the excerpt has a width set to 100%, set it to 90% and you see it will go to the top.
edit: if you change the width ofthe container of the calendar DEC 19th thing to 80 from 88 it should look better
here's what i see in the IE Developer Toolbar
http://imagebin.antiyes.com/451
在使用任何其他文件之前,请尝试添加重置CSS文件样式表。 这将重置浏览器之间标准 CSS 的不一致。
Try adding a reset css file before you use any other style sheets. This will reset the inconsistencies in standard css between browsers.