2011-08-04 54 views
0

我有幾個環節:CSS stying低於CSS樣式訪問鏈接

.top_header { 
    background-color:#3B5998; 
    height:35px; 
    margin-left:0px; 
    margin-right:0px; 
    top:30px; 
    position:relative; 
    left: 1px; 
} 

.top_header a, .top_header a:active, .top_header a:hover, .top_header a:focus { 
    color:white; 
    font-size:x-large; 
    font-family:Arial; 
    line-height:35px; 
    text-decoration:none 
} 

.top_header a:visited { 
    color:yellow; 
    font-size:x-large; 
    font-family:Arial; 
    line-height:35px; 
    text-decoration:none 
} 

a:visited顏色設置爲黃色。然而,無論他們是否被支持,這些鏈接始終保持黃色。

我基本上想在用戶點擊一個鏈接後改變顏色。

感謝 布魯斯

+4

也許它們顯示爲已訪問過您,因爲它們在您的瀏覽器歷史記錄中? – Quasdunk

回答

1

它們顯示黃色,因爲你已經訪問過他們。嘗試私人/隱身/無論您的瀏覽器具有私人瀏覽窗口的名稱。或者像@kleinohad建議的那樣清理瀏覽歷史記錄:)