Laman

Selasa, 28 Agustus 2012

Membuat Efek On Mouse Over pergambar

1. Masuk ke blogger
2. Buat postingan baru
3. HTML bukan COMPOSE, setelah itu copy code dibawah ini :
GAMBAR 1 :

code :

<img src="URL gambar" style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40" />
GAMBAR 2 :


code :


<img src="URL gambar" border="1" style="opacity:1;filter:alpha(opacity=100)"
onmouseover="this.style.opacity=0.4;this.filters.alpha.opacity=40"
onmouseout="this.style.opacity=1;this.filters.alpha.opacity=100"/>

Keterangan :
1. Ke 2 code diatas hanya untuk pergambar..bukan otomatis!!
2. Tulisan berwarna merah pada code dapat diganti


Posting Komentar