Re: CSS เด็ดๆ (16 ส.ค. 2007, 01:14 น.) |
|
ถามครับ ตอนนี้ลองทำแต่ warpper มันไม่ยอมยืด 100%
( Firefox มันยืดแค่พอดีหน้าจอ ถ้าเลยกว่านั้นไม่ยืด)
แต่ใน IE มันโอเคอย่างที่ต้องการซะงั้นครับ
รบกวนหน่อยครับ
* {margin: 0;}
html, body {height: 100%;}
body { margin: 0; padding: 0; text-align: center; background-color:#003366}
#wrapper {
margin: 0 auto;
text-align: left;
width: 800px;
min-height: 100%;
height:auto; !Important
height:100%;
background: #ccff00;
}
* html #wrapper { height: 100%;}
#leftmenu{
width:170px;
float:left;
position:fixed;
background-color:#CCCCCC;
}
#maincontent{
width:620px;
background-color:#dddddd;
float:right;
padding:5px;
height:100%;
}