标签: html css internet-explorer firefox user-interface
溢出css工作,但不使用firefox
溢出:汽车;
不使用firefox?
答案 0 :(得分:2)
Firefox对overflow属性提供了极好的支持(至少在CSS 2.1中指定,其中包含auto值)。
overflow
auto
问题可能在于代码的其他部分(可能与您尝试调整元素大小有关,或者可能是您的Doctype(或缺少)触发Quirks模式。