マウスオーバーすると動いて光る

<a href=”リンク先のURL”><img src=”http://xn--u8jm8ol56myzcf1u.up.seesaa.net/image/youdou.jpg” alt=”画像の説明文”></a>

/* オンマウスでリンク画像が光る */
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

マウスオーバー時に画像をへこませる方法
http://xn--eckdp0clbi2b1v4d.com/category7/entry20.html

img.sample:hover {
position : relative;
top : 3pt;
left : 3pt;
}

シェアする

  • このエントリーをはてなブックマークに追加

フォローする