Fly Away
Home About Twitter Add + Dash

owner

" I just wanna fly away with my friend from all the bitch for a while "


tagboard


Credits

© Template design by Adila. thanks for Base code by Atiqah.
Tutorial : Image opacity for blogskin
Sunday, May 19 • 19:16 • 0 comments





image opacity . apa tuh ? mehh danial terangkan dulu before kita start pembelajaran kita . tutor ni apabila kita ikut step by step and then save . gambar korang akan berubah . berubah macam mana ? korang letak gambar kucing tetiba bertukar jadi gambar arnab . no . bukan tuh . maksud aiez picture korang akan jadi malap tapi akan bertukar menjadi terang apabila cursor menyentuh picture tuh . okeh dah pahamkan . so , macam mana nak cuba . kalau nak ikut step nih ~

1. dashboard > template
2. Ctrl + F code nih : a:link {
3. copy dan pastekan code nih dekat ATAS code yang korang cari tadi .

img {
opacity:0.7;
filter:alpha(opacity=90); /* For IE8 and earlier */
-webkit-transition: 0.4s;
}
img:hover {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
-webkit-transition: 0.4s;
4. preview & save !


0 Comments:

Post a Comment


|