|
|
|
จัดหน้า web ให้อยู่ตรงกลางหน้าจอครับ ปรับ css แล้วยังไม่ได้ |
|
|
|
|
|
|
|
Code (PHP)
html, body {
margin: 0;
padding: 0;
background-color: #C8C9C7;
}
#page-content {
background-color: #FFF;
margin:0 auto;
/*min-width: 0; */
width:1250px;/*100%*/
max-width:100%;
}
/** Header **/
#page-header {
/* background-color: #222; */
background-image: url([[pix:theme|header]]);
color: #000;/*#fff*/
border-bottom: 5px solid #697F55;
margin: 0;
margin-bottom:30px;/*ขยับ header
margin-left:10px;*/
padding: 0;
width: 1250px;/*100%,background-position: center right;*/
height:120px;
background-repeat:no-repeat;
background-position:right;
}
/** Navbar **/
.hasnavbar #page-header {
border-bottom-color: #3A4D28;
border-bottom-width: 3px;
}
#page-header .navbar {
background-color: #99CC33;/*#697F55*/
background-position:center;
width: 1250px;/*100%*/
margin: 0;
padding: 0;
}
/** Footer **/
#page-footer {
background-image: url([[pix:theme|footer]]);
/*background-color:#222;*/
color: #000;/*#FFF*/
background-repeat: no-repeat;
background-position:right;
width:1250px;
height:113px;
}
ลองดูนะ
|
|
|
|
|
Date :
2012-03-20 01:00:10 |
By :
บังเอิญผ่านมาเห็น |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองเปลี่ยนแล้ว ครับ
ยังเหมือนเดิม อยู่เลย.........^^"
|
|
|
|
|
Date :
2012-03-20 13:51:04 |
By :
yemenamen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
html, body {
margin: 0;
padding: 0;
background-color: #C8C9C7;
text-align:center; // ใส่ center
}
|
|
|
|
|
Date :
2012-03-20 13:54:36 |
By :
randOmizE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เหมือนเดิม อะคร๊าบบบ ยังไม่เปลี่ยน เลย....^^''
|
|
|
|
|
Date :
2012-03-20 17:39:49 |
By :
yemenamen |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
กำหนดขนาดหน้ากว้างให้มันแล้วหรือยังครับ ถ้ากำหนดค่า widht:980px; มันก็จะอยู่ตรงกลางให้เลย
|
|
|
|
|
Date :
2012-03-20 18:30:46 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<center>
<body>
---------------------------Code (PHP)
</body>
</center>
|
|
|
|
|
Date :
2012-03-20 19:31:49 |
By :
000su000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สมมุติว่า id หรือ class นอกสุด (เช่น wraper)
ลองอันนี้ดูนะครับ
#wraper {
position:relative;
width:1250px; /*ความกว้างของหน้าเวบคุณ*/
left:50%;
margin-left:-625px; /*ครึ่งนึงของ wraper*/
}
|
|
|
|
|
Date :
2012-03-20 19:53:44 |
By :
Jirawats |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตรงนี้ผิดหรือเปล่าครับ margin:0 auto;
แก้เป็น margin: auto; น่าจะได้ครับ
Code (PHP)
#page-content {
background-color: #FFF;
margin:0 auto;
/*min-width: 0; */
width:1250px;/*100%*/
max-width:100%;
}
|
|
|
|
|
Date :
2012-03-20 21:30:52 |
By :
narubet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ที่ผมใช้คือไปแก้ tag <div> เป็น <div align="center">
|
|
|
|
|
Date :
2012-03-21 00:27:06 |
By :
คนผ่านมา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|