link;初始化时链接的颜色
alink;鼠标浮在链接上时链接的颜色
vlink;点击过后的链接的颜色

解决方案 »

  1.   

    <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>&nbsp;&nbsp;&nbsp;
                <a href="DHTML.rar" title="chm类型">DHTML手册</a>&nbsp;&nbsp;&nbsp;
                <a href="Xmldocument.rar" title="chm类型">XML对象模型手册</a>&nbsp;&nbsp;&nbsp;
                <a href="DOMHandbook.rar" title="chm类型">DOM中文参考手册</a>&nbsp;&nbsp;&nbsp;<br/>
    自己试下不就知道了.