CSS 控制連結變換

xiaoyuyyun發表於2013-07-22

a:link{ color:white;text-decoration: none;}

連結顯示的顏色

a:hover {text-decoration:none;color:green;}

滑鼠放上去時的效果

a:active {text-decoration: none;color:red ;}

點選時的效果

a:visited{text-decoration: none;color: white;}

點選後的顯示效果

相關文章