imgのhover

イメージを2枚用意しなくてもできるんですね。

<a href="#" class="hoge_hover"><img src="hogehoge.jpg" /></a>

a.hoge_hover:hover img {
filter:alpha(opacity=80); // for IE
opacity:0.8; // FF
}

0 コメント: