dy ade 2 effect tw..yg first image jd pudar bila cursor sentuh
1. Dashboard > Design > Page Elements > Html/JAVASCRIPT
2. Copy the code below and paste it into Html/JAVASCRIPT box.
<style>/* ----- Image opacity effect 1 ----- */.post a img {filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;-khtml-opacity: 1.0;}
.post a:hover img {filter:alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;-khtml-opacity: 0.5;}</style>
kedua image jd pudar bile cursor xsentuh
<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>
da puas aty baru click SAVE okaii..
No comments:
Post a Comment