/ Published in: CSS
hoverで透明度
Expand |
Embed | Plain Text
a:hover { -moz-opacity:0.40; opacity:0.40; filter:alpha(opacity=40); }
You need to login to post a comment.
hoverで透明度
a:hover { -moz-opacity:0.40; opacity:0.40; filter:alpha(opacity=40); }
You need to login to post a comment.