:hover 是一種擬類別選取器(pseudo-class selector) ,作用在指定的HTML ... a:link { color: red; } a:visited { color: green; } a:hover { color: yellow; } ...
確定! 回上一頁