關於link和visited屬性
益伦
益伦 2017-12-06 22:31:06
0
2
1174

<!doctype html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <title> ;CSS樣式規則</title>
   <style>
/*link未訪問的時候*/
a:link{
          color: black;
text-decoration: none-decoration: none ;
}
       a:visited{
           color:red;
font-size:150%;
text-align: center;
#            font-wight:bolder;
font-size:200%;
color: pink;
text-decoration-line:underline;
text-decoration-color: darkgreen;

}
       a:active{
           color: deeppink;
font-size:250%;
}
   </style<#>#> body>
<p >
    <a href="http://www.php.cn" target="_blank" >php中文網歡迎您</a>
< ;/p>
</body>
</html>

大家幫我看下這串程式碼,怎麼點擊之前也是紅色,點擊之後還是紅色,也不居中,懸停和點擊效果正常,求解?

益伦
益伦

全部回覆(1)
橘ふ丢孒

<p align="center">
    <a href="#" >php中文網歡迎您</a>
</p>

#改個檔名或換個瀏覽器再打開看看點擊之前是不是紅色

#
  • 回覆 可以換了ie正常,可能是之前點過快取了
    益伦 作者 2017-12-10 19:35:33
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!