1111111111111111
222222222222222
333333333333333
4444444444444444
1111111111111111
222222222222222
333333333333333
4444444444444444
Home>Article>Web Front-end> How to hide div scroll bar in css
How to hide the div scroll bar in css: first create an HTML sample file; then define some text content in the body; then set the height of the scroll part; finally, hide the div scroll through the "display:none;" attribute That’s it.
The operating environment of this article: Windows7 system, HTML5&&CSS3 version, Dell G3 computer.
css Add scrolling to the div and hide the scroll bar, or modify the scroll bar track color
In the html
下面内容会单独滚动1111111111111111
222222222222222
333333333333333
4444444444444444
1111111111111111
222222222222222
333333333333333
4444444444444444
css part
Or if needed Modify the scroll bar style and use the following style
[Recommended learning:css video tutorial]
The above is the detailed content of How to hide div scroll bar in css. For more information, please follow other related articles on the PHP Chinese website!