Hover Effect
依照這份文件,我把樣式表做了點修改。不過因為我的內容部分有用 content div 包起來,所以直接對 content div 設定 hover 屬性就可以了:
#main .content a { text-decoration: none; }
#main .content:hover a { text-decoration: underline; }
#main .content a:hover { color: red; }
依照這份文件,我把樣式表做了點修改。不過因為我的內容部分有用 content div 包起來,所以直接對 content div 設定 hover 屬性就可以了:
#main .content a { text-decoration: none; }
#main .content:hover a { text-decoration: underline; }
#main .content a:hover { color: red; }