超連接鼠標通過 點擊 點擊時 點擊後 字體顏色樣式

/*未訪問的顏色*/
a:link
{
    color: #0066CC;
    text-decoration: none;
}
/*點擊後的顏色*/
a:visited
{
    color: red;
    text-decoration: none;
}
/*鼠標懸停的顏色*/
a:hover
{
    color: #CC0000;
    text-decoration: none;
}
/*鼠標點中激活的顏色*/
a:active
{
    color: blue;
    text-decoration: none;
}it

相關文章
相關標籤/搜索