|
|
|
ต้องการให้ footer ของเว็บชิดขอบจอด้านล่างเลยอ่ะค่ะ ต้องเขียนยังไงคะ ช่วยทีค่ะ |
|
|
|
|
|
|
|
ในแทก <body> ให้ใส่เป็น
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" >
topmargin="0" หมายถึง ชิดขอบบน
leftmargin="0" หมายถึง ชิดขอบซ้าย
rightmargin="0" หมายถึง ชิดขอบขวา
bottommargin="0" หมายถึง ชิดขอบล่าง
ถ้าค่าเป็น 0 จะไม่มีการเว้นช่องว่าง ค่ายิ่งมากยิ่งจะเว้นช่องว่างเยอะ
|
|
|
|
|
Date :
2010-09-06 08:30:51 |
By :
jarun |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ชิดบนมันคงต้องอยู่อย่างนั้นอ่ะค่ะ แต่ขอบล่างอ่ะ ให้มันกำหนดว่าต้องอยู่ล่างลเยอ่ะค่ะ
|
|
|
|
|
Date :
2010-09-06 08:55:28 |
By :
idea-soft |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตัวอย่าง fix footer ครับ
<!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>Fix footer</title>
<style type="text/css">
div.iBannerFix{
height:50px;
position:fixed;
left:0px;
bottom:0px;
background-color:#000000;
width:100%;
z-index: 99;
color:#FFFFFF;
}
#head{ border:solid 1px; width:1000px; height:200px; margin:auto;}
#body{ border:solid 1px; width:1000px; height:1000px; margin:auto;}
</style>
</head>
<body>
<div id="head"></div>
<div id="body"></div>
<div class="iBannerFix">
<p align="center">กำหนดข้อความ รูปภาพ หรือ ป้ายโฆษณาของคุณที่ตรงนี้</p>
</div>
</body>
</html>
|
|
|
|
|
Date :
2011-03-18 11:28:47 |
By :
chineji |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เผื่อใครผ่านมาเห็นแม้กระทู้จะเก่าแล้ว....
|
|
|
|
|
Date :
2011-03-18 11:29:42 |
By :
chineji |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถึงจะเก่าหรือใหม่ก็ความรู้ทั้งนั้นครับ
ขอบคุณครับ อิอิ
|
|
|
|
|
Date :
2012-03-29 11:24:31 |
By :
kknd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เก่าแต่มีประโยชน์อยู่เสมอสำหรับคนแสวงหาคำตอบที่ต้องการ ขอบคุณครับ
|
|
|
|
|
Date :
2020-03-22 15:32:23 |
By :
่ชัย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|