Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个iframe使用 CSS 的垂直滚动条。
iframe
我正在使用以下 CSS:
.subject iframe { border:medium none; height: 40px !important; overflow-y: scroll; -ms-overflow-y: scroll; }
该代码适用于 Firefox 和 IE8,但不适用于 IE9 和 Chrome。
我不知道你的问题,但这在 IE9 上运行良好。height设置为 40。和垂直scroll 它是相同的代码。没有-ms-overflow-y
height
scroll
-ms-overflow-y
http://jsfiddle.net/btevfik/WY8DP/