float : The clear Property(clear 속성)
The clear Property(clear 속성)
이 clear속성은 부동 요소의 동작을 제어하는 데 사용됩니다.
떠 다니는 요소 뒤에있는 요소는 그 주위로 흐를 것입니다. 이를 피하려면 clear속성을 사용하십시오 .
이 clear속성은 요소의 어느면에 부동 요소가 뜨도록 허용되지 않는지 지정합니다.
Example
div {
clear: left;
}
<!DOCTYPE html>
<html>
<head>
<style>
.div1 {
float: left;
width: 100px;
height: 50px;
margin: 10px;
border: 3px solid #73AD21;
}
.div2 {
border: 1px solid red;
}
.div3 {
float: left;
width: 100px;
height: 50px;
margin: 10px;
border: 3px solid #73AD21;
}
.div4 {
border: 1px solid red;
clear: left;
}
</style>
</head>
<body>
<h2>Without clear</h2>
<div class="div1">div1</div>
<div class="div2">div2 - Notice that the div2 element is after div1, in the HTML code. However, since div1 is floated to the left, this happens: the text in div2 is floated around div1, and div2 surrounds the whole thing.</div>
<h2>Using clear</h2>
<div class="div3">div3</div>
<div class="div4">div4 - Using clear moves div4 down below the floated div3. The value "left" clears elements floated to the left. You can also clear "right" and "both".</div>
</body>
</html>

게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 677 | HTML |
바다로가자
|
13년 전 | 3643 | |
| 676 | HTML |
|
13년 전 | 4965 | |
| 675 | HTML |
|
13년 전 | 3398 | |
| 674 | HTML |
there007
|
13년 전 | 3170 | |
| 673 | HTML | 13년 전 | 3643 | ||
| 672 | HTML | 13년 전 | 3652 | ||
| 671 | HTML | 13년 전 | 2469 | ||
| 670 | HTML | 13년 전 | 4984 | ||
| 669 | HTML | 13년 전 | 4173 | ||
| 668 | HTML | 13년 전 | 3753 | ||
| 667 | HTML |
jdjjun00
|
13년 전 | 4175 | |
| 666 | HTML | 13년 전 | 3004 | ||
| 665 | HTML | 13년 전 | 3165 | ||
| 664 | HTML | 13년 전 | 2824 | ||
| 663 | HTML | 13년 전 | 3888 | ||
| 662 | HTML | 13년 전 | 3679 | ||
| 661 | HTML | 13년 전 | 3359 | ||
| 660 | HTML | 13년 전 | 3455 | ||
| 659 | HTML | 13년 전 | 8594 | ||
| 658 | HTML | 13년 전 | 2642 | ||
| 657 | HTML | 13년 전 | 6006 | ||
| 656 | HTML | 13년 전 | 3047 | ||
| 655 | HTML |
ddokkani
|
13년 전 | 3169 | |
| 654 | HTML | 13년 전 | 4556 | ||
| 653 | HTML | 13년 전 | 2653 | ||
| 652 | HTML | 13년 전 | 3465 | ||
| 651 | HTML | 13년 전 | 2440 | ||
| 650 | HTML | 13년 전 | 4782 | ||
| 649 | HTML | 13년 전 | 2741 | ||
| 648 | HTML | 13년 전 | 3353 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기