Entries ME CHINGU
Bienvenue :)
Welcome to my blog. Feel the music :)
Credit

Skin by : Zuhairah Zainuddin

Edited by : Fiqa(me)

IMAGE OPACITY EFFECT 2 .
Jumaat, 26 Ogos 2011 | 5:36 PTG | 0 army(s)
image opacity effect 2 ni , asal dia pudar . bila cursor sentuh kat gambar tu dia jadi cerah .

macam biasa ,
DASHBOARD >> DESIGN >> EDIT HTML/JAVASCRIPT .

copy code bawah ni :

<style>
/* ----- Image opacity effect 2 ----- */
.post a img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;
}

.post a:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
}
</style>

lepastu paste kat dalam kotak HTML/JAVASCRIPT tadi .
ingat eh , tajuk takpayah letak .

Label:


Older Post | Newer Post