Hiding the scroll bar on an HTML page

前端 未结 21 1375
旧巷少年郎
旧巷少年郎 2020-11-22 00:07

Can CSS be used to hide the scroll bar? How would you do this?

21条回答
  •  渐次进展
    2020-11-22 00:46

    I believe you can manipulate it with the overflow CSS attribute, but they have limited browser support. One source said it was Internet Explorer 5 (and later), Firefox 1.5 (and later), and Safari 3 (and later) - maybe enough for your purposes.

    Scrolling, Scrolling, Scrolling has a good discussion.

提交回复
热议问题