开发者

How to change to color of a link with mouse over effect?

I have a link in blue color.

I want to it to be in black color. Then when a person rolls his mouse over it, it should change to black link wit开发者_Python百科h the underline.


Are you familiar with CSS? You can define effects on anchors like:

a:link  { color: #000000; }
a:hover { text-decoration: underline;  }
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜