简单的CSS

来源:互联网 发布:hadoop python sklearn 编辑:程序博客网 时间:2024/05/16 18:09

<style type="text/css">
<!--
a:link { text-decoration: none ; color: #FFCC66 }
a:visited { text-decoration: none ; color:#99FF00}
a:hover{ text-decoration: none ; color:#FF0033}
-->
</style>

代码说明:1.link表示带连接的文字的状态,text-decoration表示文字的状态,供选择的参数有:

                    none(没有下划线),underline(有下划线).color表示文字的颜色.overline(上划线)

                   line-through(删除线),blink则是使文字闪烁。

                 2.active表示访问过的连接的状态,用法和link一样的.

                 3.hover表示访问时的状态.

                 4.颜色选择请参考:http://ahao2009.blog.hexun.com/7668722_d.html

 

http://210.42.35.33/jxzy/nrs/css/index.html(学习) 

原创粉丝点击