求問 在線等
<style type="text/css">
body{maigin:0;padding:0;font-size:30px;font-weight:bold}
div{line-height:50px}
.left{width:200px;height:600px;background:#930;
position:absolute;left:0;top:0}
.main{height:600px;background:#0F0;
margin:0 310px 0 210px}
.right{width:300px;height:600px;background:#CF9;
position:absolute;right:0;top:0}
</style>
</head>
<body>
? ? <div class="left">left</div>
? ? ? ? <div class="main">設計首頁的第一步是設計版面布局。就象傳統的報刊雜志編輯一樣,我們將網頁看作一張報紙,一本雜志來進行排版布局。 雖然動態網頁技術的發展使得我們開始趨向于學習場景編劇,但是固定的網頁版面設計基礎依然是必須學習和掌握的。它們的基本原理是共通的,你可以領會要點,舉一反三</div>
? ? ? ? <div class="right">right</div>
? ??
</body>
這代碼有什么問題嗎?為什么總和頂部有空隙?
2016-05-21
第二行, maigin 改成 margin 就可以了
2016-05-22
2016-05-21
enen ?知道了 謝謝