链接文字的颜色怎么设置呢?
link;
alink;
vlink;
分别代表什么意思呢?
问题点数:10、回复次数:2Top
1 楼pli0825(念叨念叨,我念叨死你!)回复于 2006-03-04 17:09:17 得分 0
link;初始化时链接的颜色
alink;鼠标浮在链接上时链接的颜色
vlink;点击过后的链接的颜色Top
2 楼zhaoxiaoyang(梅雪香@深圳)回复于 2006-03-04 21:40:01 得分 0
<style type="text/css">
a:link{font-weight : bold ;text-decoration : none ;color : #c00 ;}
a:visited {font-weight : bold ;text-decoration : none ;color : #c30 ;}
a:hover {font-weight : bold ;text-decoration : underline ;color : #f60 ;}
a:active {font-weight : bold ;text-decoration : none ;color : #F90 ;}
</style>
<a href="javascript.rar" title="chm类型">javascript参考手册</a>
<a href="DHTML.rar" title="chm类型">DHTML手册</a>
<a href="Xmldocument.rar" title="chm类型">XML对象模型手册</a>
<a href="DOMHandbook.rar" title="chm类型">DOM中文参考手册</a> <br/>
自己试下不就知道了.Top




