DIV 레이아웃 일반자료
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd“>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=euc-kr”>
<title>Div Layout</title>
<style type=”text/css”>
body,p {margin:0; padding:0; color:#fff;}
#top {
margin: 20px 20px 0px 20px;
padding: 10px;
border: 5px solid #ccc;
background: #666;
height: 70px;
}
#left {
position: absolute;
top: 120px;
left: 0px;
margin:...
스타일시트 사전
스타일시트 사전 다운로드
도움말 형태의 스타일시트 사전.
오래된 버젼이라 절대적이진 않지만 참고하기에는 무방할 듯 하다..
Popularity: 1% [?]

