Friday, September 15, 2017

css overflow

overflow nghĩa là "tràn ra"
diễn nôm: thuộc tính overflow dùng để mô tả cách hiển thị khi dữ liệu bị "tràn ra ngoài" cái khu vực cho phép được hiển thị của nó
--------------
div {
    overflow: auto;
}

ví dụ:
 
You can use the overflow property when you want to have better control of the layout. The overflow property specifies what happens if content overflows an element's box.

No comments:

Post a Comment