显示垂直滚动条

这是我在Stack Overflow上看到的回答

html {
    overflow: -moz-scrollbars-vertical; /* For FF */
    -ms-overflow-y: scroll; /* For IE */
    overflow-y: scroll; /* For others & old IE */
}

其中overflow-y: scroll;在以下浏览器中是能够成功的:

  • FF 7
  • Chrome 15
  • IE 5+6+7+8+9+10(platform preview) w/IETester
  • Opera 11.52
  • Safari/Win 5.1.1

虽然不是我测试的,但是这是经过测试的。。。。。。

posted @ 2015-10-28 11:00  slmev  阅读(118)  评论(0)    收藏  举报