为什么 Internet Explorer 无法顺利呈现此页面?
在 IE 8 中查看此页面: http://labs.pieterdedecker.be/hetoog/layout.htm
看起来还不错首先,尝试将鼠标悬停在某个项目上,然后再次将鼠标从项目网格上移开。
之前
之后
请注意黄色项目右侧有一个黑色边框。另外,字体看起来也不一样。
我该如何解决这个问题?
Have a look at this page in IE 8:
http://labs.pieterdedecker.be/hetoog/layout.htm
It looks okay at first, but try hovering over an item and then taking your mouse off the item grid again.
Before
After
Notice how there's a black border on the right of the yellow item. Also, the font looks different.
How can I fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
发布评论
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我会把我所有的钱都押在这归因于你基于表格的布局......尝试使用 DIV 代替。
这是用 div 替换所有表格/单元格的粗略示例:
http://jsbin.com/akido/
在 IE8 中测试它,你会发现不再有更改问题...
I would put all my money on that it's due to your table based layout... try using DIVs instead.
here's a rough example of replacing all your tables/cells with divs:
http://jsbin.com/akido/
test it in IE8 and you'll see you no longer have the altering issue...