Goto: div: scroll bar setting for Div plus scrollbar Div

Source: Internet
Author: User

The scroll bar problem for Div:

Two methods:

One

<div style= "Overflow:scroll; width:400px; height:400px; " ></div>

Remember the width and height must be set Oh, otherwise not

However, when not exceeding, there will be the following scroll bar, so it is not the best choice

Two

<div style= "Overflow-y:auto; Overflow-x:auto; width:400px; height:400px; " ></div>

Remember the width and height must be set Oh, otherwise not

This is better, when the width and height is not exceeded, just a line

Third, the description

Specify the overflow property to auto for the div directly, but you must specify the height of the Div, as follows:

<div style= "Position:absolute; height:400px; Overflow:auto ">

</div>

If a horizontal scroll bar appears: Overflow-x:auto

Similarly, the vertical scroll bar is: Overflow-y:auto

If the div is contained in another object such as TD, the position can be set to relative: Position:relative

Article from: http://blog.csdn.net/lwjnumber/article/details/6319598

Goto: div: scroll bar setting for Div plus scrollbar Div

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.