当跨度嵌套在具有不同背景的div中时,在其上方和下方有一个小间隙.FF不会那样渲染.
这是html:
<html>
<body>
<div style="background-color:magenta">
<span style="background-color:cyan">Nested</span>
</div>
<div style="background-color:cyan">Can you see that magenta line ?</div>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
有没有人经历过这个?
谢谢PS:我在Xubuntu 9.10下运行chrome 5.0.307.9 beta