Description:
Small hover effect on Banners and Counters.
Instruction:
Go to CP ---> Design ---> Design management (css) ---> Paste this :
Code
/* ----////// Banner code css /////------- */
#banners a img {
opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);
}
#banners a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
The Banners and Counters musst allways put between the following
Tag
Code
<div id="banners"> </div>
In example :
Code
<div id="banners"><a href="website url"><img src="path to the image" /></a></div>