float : The clearfix Hack(clearfix 해킹)
float : The clearfix Hack(clearfix 해킹)
요소가 포함 된 요소보다 크고 떠 다니면 해당 요소가 컨테이너 외부로 넘칠 것입니다.
그런 다음 overflow: auto;이 요소를 포함하여이 문제를 해결할 수 있습니다.
예
.clearfix {
overflow: auto;
}
<!DOCTYPE html>
<html>
<head>
<style>
div {
border: 3px solid #73AD21;
}
.img1 {
float: right;
}
.clearfix {
overflow: auto;
}
.img2 {
float: right;
}
</style>
</head>
<body>
<p>In this example, the image is taller than the element containing it, and it is floated, so it overflows outside of its container:</p>
<div><img class="img1" src="w3css.gif" alt="W3Schools.com" width="100" height="140">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus imperdiet, nulla et dictum interdum...</div>
<p style="clear:right">Add a clearfix class with overflow: auto; to the containing element, to fix this problem:</p>
<div class="clearfix"><img class="img2" src="w3css.gif" alt="W3Schools.com" width="100" height="140">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus imperdiet, nulla et dictum interdum...</div>
</body>
</html>

게시판 목록
퍼블리셔팁
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 137 | HTML | 19년 전 | 3774 | ||
| 136 | HTML |
pearly
|
19년 전 | 4130 | |
| 135 | HTML | 19년 전 | 4231 | ||
| 134 | HTML |
pearly
|
19년 전 | 4646 | |
| 133 | HTML |
|
19년 전 | 3270 | |
| 132 | HTML |
|
19년 전 | 3127 | |
| 131 | HTML |
|
19년 전 | 2803 | |
| 130 | HTML |
|
19년 전 | 3680 | |
| 129 | HTML |
|
19년 전 | 2741 | |
| 128 | HTML |
|
19년 전 | 3334 | |
| 127 | HTML |
|
19년 전 | 8588 | |
| 126 | HTML |
|
19년 전 | 2538 | |
| 125 | HTML |
|
19년 전 | 2998 | |
| 124 | HTML |
|
19년 전 | 5346 | |
| 123 | HTML |
|
19년 전 | 2924 | |
| 122 | HTML |
|
19년 전 | 2833 | |
| 121 | HTML |
|
19년 전 | 3433 | |
| 120 | HTML | 19년 전 | 3196 | ||
| 119 | HTML |
|
19년 전 | 3179 | |
| 118 | HTML | 19년 전 | 5066 | ||
| 117 | HTML |
|
19년 전 | 3643 | |
| 116 | HTML | 19년 전 | 3503 | ||
| 115 | HTML | 19년 전 | 3894 | ||
| 114 | HTML |
|
19년 전 | 3853 | |
| 113 | HTML |
|
19년 전 | 5278 | |
| 112 | HTML |
|
19년 전 | 3609 | |
| 111 | HTML | 19년 전 | 4086 | ||
| 110 | HTML |
|
19년 전 | 3513 | |
| 109 | HTML | 19년 전 | 4860 | ||
| 108 | HTML |
홀로남은자
|
19년 전 | 2974 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기