
DEMO : look at some right banners of DLEVIET
DO IT NOW
1. Open file .css in your current template (Ex : style.css)
At the end of this file, add
#quangcao a img {
opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);
}Â Â
#quangcao a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);
}Â Â
#quangcao a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
2. Open file main.tpl in your current template
Put your banners between below tags
<div id="quangcao">
and
</div>
Ex :
<div id="quangcao">
<a href="http://dleviet.com" target="_blank"><img src="http://i656.photobucket.com/albums/uu286/dleviet/dleother/boxsmall.jpg"></a>
</div>

Updates
Dle templates English


