|
|
|
สอบถามเรื่อง T e m a p l a t e F u l l S c r e e n |
|
|
|
|
|
|
|
เป็น Background Slideshow ใช่ป่ะครับ
|
|
|
|
|
Date :
2013-03-22 09:46:33 |
By :
Necrotorture |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
กำหนด width:100%; ไม่ได้หรอครับ
|
|
|
|
|
Date :
2013-03-22 09:56:04 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมว่าน่าจะเขียนแค่ CSS กับ jquery นะครับ แนวทางคงเป็นแบบ
Code (PHP)
<style type="text/css">
body {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
background:url("http://fc05.deviantart.net/fs17/f/2007/196/a/0/Laos_No_4_by_yugo21.jpg") center center no-repeat fixed;
background-size: cover;
margin:0;
padding:0;
}
.warp{
width:100%
margin:0 auto;
}
.sliderleft{
float:left;
width: 150px;
padding:50px 0 0 50px;
min-height:350px;
background:#FFF;
}
.sliderright{
float:right;
width: 150px;
padding:50px 0 0 50px;
min-height:350px;
background:#FFF;
}
</style>
ตอนเรียกใช้ก็
<div class="warp">
<div class="sliderleft">MENU</div>
<div class="sliderright">MENU</div>
</div>
ตัวอย่างครับ ประยุกค์ ใช้ได้เลยคับ
|
|
|
|
|
Date :
2013-03-23 18:57:08 |
By :
teez1232002 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|