|
|
|
อยากทราบวิธีการออกแบบหน้าเว็บโดยใช้ div มือใหม่อยากใช้ div |
|
|
|
|
|
|
|
Layout
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Layout</title>
<style>
body {
width: 960px;
border: 1px solid #000;
}
body, #menu, #banner, #body, #footer {
margin: 0 auto;
}
#logo {
margin: 10px 0 0 10px;
border: 1px solid #F00;
height: 60px;
width:150px;
}
#menu {
margin-top: 10px;
border: 1px solid #F00;
height: 30px;
width:940px;
}
#banner {
margin-top: 10px;
border: 1px solid #F00;
height: 120px;
width:940px;
}
#body {
margin-top: 10px;
border: 1px solid #F00;
width:940px;
}
#footer {
margin: 10px auto;
margin-bottom: 0px;
height: 40px;
border-top: 1px solid #000;
width:960px;
}
</style>
</head>
<body>
<div id="logo">logo</div>
<div id="menu">menu</div>
<div id="banner">banner</div>
<div id="body">body</div>
<div id="footer">footer</div>
</body>
</html>
|
|
|
|
|
Date :
2011-02-24 21:19:01 |
By :
Nautilus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
กำหนดค่า pixel เป็น div ให้เป็นชิ้นๆเท่าที่จำเป็น อย่าคิดว่าทำซับซ้อนแล้วจะดี
คนที่จัดเป็นหมวดหมู่ จะแก้ไขอะไรก็ง่าย..
|
|
|
|
|
Date :
2011-02-24 23:11:15 |
By :
:P |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณสำหรับทุกคำแนะนำครับ
|
|
|
|
|
Date :
2011-02-25 09:05:41 |
By :
babyprogrammer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
วอมืมือม
|
|
|
|
|
Date :
2012-09-14 13:19:17 |
By :
นนนนนนนน |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าจะทำตามนี้ ต้องทำโครงยังไงบ้างค่ะ ช่วยหน่อยได่มั้ยค่ะ
|
|
|
|
|
Date :
2013-05-01 14:22:25 |
By :
^^ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|