|
|
|
Background ของ HTML สามารถใส่ BG 2 รูปได้หรือป่าวค่ะ คือต้องการให้รูปล่างเป็น BG ทั้งหมด แต่มี BG อีก 1 รูป 1 ที่จะ Repeat แค่แกน x เฉพาะส่วนบนของเว็บไซต์อ่ะค่ะ |
|
|
|
|
|
|
|
body {
background-image: url(images/bgtop.png), url(images/bg.png);
background-repeat: repeat-x, repeat;
}
|
|
|
|
|
Date :
2013-03-07 09:32:36 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ทัน
|
|
|
|
|
Date :
2013-03-07 09:33:41 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Help Me Please...
|
|
|
|
|
Date :
2013-03-08 11:16:16 |
By :
JuNiorWP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองทำ block element ซ้อน <body> อีกทีครับ
แล้วใช้ block element เป็นที่ใส่ทุกอย่างแทน <body> ครับ
<head>
<style type="text/css">
html {
width: 100%;
height: 100%;
}
</style>
</head>
<body style="width: 100%; height: 100%; margin:0px; background-image: url(images/bg.png);">
<div style="width: 100%; height: 100%; background-image: url(images/bgtop.png); background-repeat: repeat-x;">
<!-- content -->
</div>
</body>
|
ประวัติการแก้ไข 2013-03-08 11:34:59
|
|
|
|
Date :
2013-03-08 11:34:24 |
By :
cookiephp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|