Skip navigation.

一点笔记

简洁不等于简陋

[CSS笔记]链接的流动下划线效果

, ,

这是一个有趣的链接效果,当你把鼠标移到链接上时,链接下会出现一道流动的线条。

点这里查看示范效果

你只需在CSS文件中加入下面的代码就可以实现这个效果:
a:link {
color: #C37108;
white-space: nowrap;
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #C37108;
}

a:hover {
text-decoration: none;
background-image: url(http://files.myopera.com/z8519312/images/animated_underline.gif);
background-repeat: repeat-x;
background-position: 100% 100%;
padding-bottom: 3px;
color: #CC9900;
}

a:active {
text-decoration: none;
}

我要啦免费统计

Opera Blog模板#5.Hotaru输入框的激活效果

Comments

11rain 12. November 2006, 08:48

这个挺好玩的,拿去试一试

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies