拿这个:http: //jsfiddle.net/zVscL/4/
.edit-me {
height:100%; /*does not behave the same as Chrome*/
width:10px;
border:1px solid blue;
background:red;
float:left;
overflow: auto;
}
在 Chrome 上打开页面,然后在 Firefox 上打开。蓝色 div 不继承
有没有解释为什么会发生这种情况?有什么修复吗?纯 HTML/CSS 解决方案更可取。
我一直在这个狗屎上几个小时试图让 CSS 表现出来,当我最终做 FF 时,我做到了。占用了我的开发时间。