好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

求教css超链接样式的正确打开方式~~_html/css_WEB-ITnose

html css 超链接 样式

设置了所有超链接的鼠标悬浮状态和按下状态的颜色, 但是只显示下面设置的未点击和已点击的颜色 , 求大神~~~


代码如下:
 


body a:link{text-decoration: none;}
body a:visited{text-decoration: none;}
body a:hover{color: #fd3e3a; text-decoration: underline;}
body a:active{color: #fd3e3a; text-decoration: underline;}
.my_table a:link, .my_table a:visited {color: #000;}




asdasdasdsa

查看更多关于求教css超链接样式的正确打开方式~~_html/css_WEB-ITnose的详细内容...

  阅读:32次