#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); }
<script> ... if('%foto%'=='-') foto='<img src="путь_к_картинке" width=150 border=0 >'; else foto='<img src=%foto% width=150 border=0 >'; </script>