<!DOCTYPE html><html>? ? <head>? ? <meta charset="UTF-8">? ? <title>偽類(lèi)選擇器</title>? ? <style type="text/css">? ? ?a{text-decoration:none;}? ? ?a:link{color:orange;}? ? ?p.suit a:visited{color:green;}? ? ?p.wc a:visited{color:blue;}?????p.skin a:visited{color:purple;}? ? ? ? a:hover{color:green;? ? ? ? ? ? ? ? font-size:20px;? ? ? ? ? ? ? ? border: 1px solid red;}? ? ?? ? </style></head><body><h2>商品列表</h2><p class="suit"><a href="#123">衣服鞋帽</a></p>? ? <p class="wc">? ? ? ? ?<a href="#2323">廁所清潔</a>? ? </p>? ? <p class="skin">? ? ? ? ?<a href="#321">化妝用品</a>? ? </p> ? ??</body></html>
點(diǎn)擊其中一個(gè)超鏈接訪(fǎng)問(wèn),三個(gè)都變了顏色,這是怎么回事?(在chrome中有,IE中沒(méi)有這樣情況)
Mr躍來(lái)越好
2018-08-08 20:23:20