div with scrollbar

<div style="position:absolute; height:400px; overflow:auto"></div>
div Set scroll bar display: overflow :yes
div Set scroll bar adaptive display: overflow :auto
div Set up and down scroll bar display: overflow -y :yes
div Set up and down scroll bars to display adaptively: overflow-y :auto
If the div is contained in other objects such as td, the position can be set to relative: position:relative

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326818371&siteId=291194637