clear속성.........

국내에 웹 사이트들이 웹 표준을 지키고 OS나 브라우저와 관계 없이 접근성을 향상 시키기 위한 사이트 버그 신고 및 문제 해결을 위한 게시판입니다.
Post Reply
배씨

clear속성.........

Post by 배씨 »

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>CSS테스트</title>
<style type="text/css">
<!--
/*기본코드*/
html {margin: 0; padding: 0;background: none;}
body {
margin: 0;
padding: 0;
background: none;
font-family: 굴림, tahoma, verdana, gulim, sans-serif; font-size: 12px;
}

a {
text-decoration: none;
color: black;
}

/* 전체감싸는 */
#wrap {
width: 830px; padding: 10px 10px 10px 10px; margin: 0;
}

/*상단 부분 */

#main_top {
background: #F60000;
width: 830px; height: 70px;
padding: 0; margin: 0;
}

/*센터 부분 */
#main_center {
width: 620px;
padding: 10px 10px 10px 0px; margin: 0;
background: #77B7F0;
float:left;
}

/* 오른쪽 부분 */
#main_right {
width: 200px;
padding: 10px 0px 10px 0px; margin: 0;
background: #24a524;
float: right;
}

#main_bottom {
width: 830px; height: 70px;
padding: 0; margin: 0;
background: #F60000;
clear: both;
}
//-->
</style>
</head>

<body>
<div id="wrap">

<div id="main_top">상단</div>

<div id="main_center">
센터센터센터센터센터센터센터센터센터센터센터센터센
</div>

<div id="main_right">
오른쪽
</div>

<div id="main_bottom">
하단
</div>

</div>

</body>
</html>

위소스에서 clear: both;부분이 있는데
clear태그의 개념을 모르겠어요
clear: both로 하든 clear: left로 하든 clear: right로 하든 똑같은 모습이 나타나는데 뭘로 해야 맞는건가요???

위 소스중 잘못된 부분은?
hiphapis
서포터즈
서포터즈
Posts: 179
Joined: 2005 02 25 16:03 12
Location: Heaven
Contact:

Post by hiphapis »

몇일 전 제가 올렸던 질문과 똑같군요..
여기 보시면, 바로 쉽게 이해하실 수 있을거에요..

viewtopic.php?t=5559&sid=1aaefb50cfb550 ... 90b1e5624f
웹표준이 취미인 개발자
God Has Not 4Got
http://hiphapis.net
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests