/* <!--Substitution is not a singleton for tag [blog]-->OpalKup-Blogspot : อยากเขียนก็เขียน : ขิเกียจก็ไม่เขียน*/ Opalkup: รวม Tips CCS

รวม Tips CCS

ทำ div ให้เป็น scroll

เขียน css ดังนี้


< type="text/css">
.longtext{width:250px;height:150px;overflow:scroll;}
< / style>

html -->>

< class="longtext">
text text text text
text text text text
text text text text
< /div>

-------------------------------------------

สร้าง preload

.preload{ background: url(load.gif) no-repeat 50% 50%; }


คือการให้แสดงรูป GIF ขณะกำลังโหลดรูป เช่นรูป


-------------------------------------------