|
|
|
ผมขอถามเกี่ยวกับ css นะครับคือผมจะทำไงดีให้ tag div สูง 100% พอดีกับบราวเซอร์ |
|
|
|
|
|
|
|
ใส่ height ให้ body , html ด้วยครับ
|
|
|
|
|
Date :
2011-07-25 23:39:22 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับสำหรับคำตอบ แต่ผมมัวจนได้ เอามาแบ่งปันกัันครับ
Code Html
<!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=iso-8859-1" />
<title>Untitled Document</title>
<style>
body{
margin:0px;
padding:0px;
}
.contain {
height: 100%;
width: 100%;
position: fixed; /* absolute */
background-color: #00FFFF;
}
</style>
</head>
<body>
<div class='contain'>
<p>blah</p>
<p>blah</p>
<p>blah</p>
</div>
</body>
</html>
|
|
|
|
|
Date :
2011-07-26 00:08:58 |
By :
bank1324 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|