แก้ไขรูปภาพทั้งหมด
<style type="text/css"> a:link img {filter:blur(add = 0, direction = 225, strength = 10);}a:visited img {filter:blur(add = 0, direction = 225, strength = 10);}a:hover img {filter: none}</style>
เปลี่ยนรูปทุกรูปในpageให้เบลอๆ เมื่อเอา mouseชี้รูปจะกลับเป็นปกติ
----------------------------------------------------------------------------------------------------------------------------
---
<style type="text/css"> a:link img {filter:none;} a:visited img {filter:none;} a:hover img {filter:gray;} </style>
เมื่อเอา mouse ชี้รูปจะเปลี่ยนเป็นสีเทา เอา mouse ออกจะเป็นปกติ
------------------------------------------------------------------------------------------------------------------------------
<style type="text/css"> a:hover img {filter:fliph;} </style>
เมื่อเอา mouse ชี้จะเปลี่ยนรูปจากด้านซ้ายไปขวา
------------------------------------------------------------------------------------------------------------------------------
<style type="text/css"> a:link img {filter:xray();} a:visited img {filter:xray();} a:hover img {filter:none;} </style>
ทำให้ภาพเป็นขาวดำ เมื่อเอาเม้าชี้ จะเป็นปกติ
------------------------------------------------------------------------------------------------------------------------------
<style type="text/css"> a:link img {filter:alpha(opacity=60);} a:visited img {filter:alpha(opacity=60);} a:hover img {filter:none;} </style>
รูปทุกรูปในจะกลืนไปกับ blackground เมื่อเอา mouseชี้รูปจะกลับเป็นปกติ
-------------------------------------------------------------------------------------------------------------------------------
<style type="text/css"> a:link img {filter:none;} a:visited img {filter:none;} a:hover img {filter:progid:dximagetransform.microsoft.emboss;} </style>
ทำให้ภาพเป็น เอ่ออ........ บอกไม่ถูก ดูเองละกัน
---------------------------------------------------------------------------------------------------------------------------
โค๊ดเปลี่ยนสี สกอบา
<style type="text/css">
html{
scrollbar-face-color: black; เปลี่ยนสีตามจัย
scrollbar-shadow-color: 999966; เปลี่ยนสีตามจัย
scrollbar-highlight-color: black; เปลี่ยนสีตามจัย
scrollbar-3dlight-color: 999966; เปลี่ยนสีตามจัย
scrollbar-darkshadow-color: black; เปลี่ยนสีตามจัย
scrollbar-track-color: black; เปลี่ยนสีตามจัย
scrollbar-arrow-color: 999966; เปลี่ยนสีตามจัย
}
</style>
------------------------------------------------------------------------------------------------------------------------
เปลี่ยนรูปในกล่องคอมเม้น
<style type="text/css">
textarea {background-image:url( Url ของรูป );
border-style: inset;
color: สีของตัวอักษรเวลาพิมในคอมเม้นท์ ;
height: ความสูงของกล่อง Comment หน่วยเป็น px ;
width: ความกว้างของกล่องไม่ควรเกิน 450 px ; }
</style>
----------------------------------------------------------------------------------------------------------------------------
เครดิต by ๐OปราสาทกุหลาบแดงO๐ - < My.iD > จาก เด็กดี.com
--------------- เดี๋ยวหามาเพิ่มอีก
---คัยทำสวยๆก้อมาเม้นบอกกันมั่งนะ เดี๋ยวไปดูผลงาน ---
------------------------------------------------------------------------------------------------------------------------------
โค๊ด hi5 กลับด้านครับ
<style type="text/css"> table {direction:rtl;} table table table {direction:ltr;} </style>
------------------------------------------------------------------------------------------------------------------------------
โค๊ด display รูปเพื่อนที่เม้นใหญ่ครับ
<style type="text/css">.comment-picture {height:100px !important;
width:100px;}.comment-picture a img {width:100px; height:100px;}
</style>