圖片超鏈接無下滑線樣式

圖片在加超鏈接的時候會出現一個邊框

下面就是怎麼樣去掉邊框

<head>

<style type="text/css">

 

   a:link { text-decoration: none;color: blue}

   a:active { text-decoration:blink}

   a:hover { text-decoration:underline;color: red} 

   a:visited { text-decoration: none;color: green}

    img{border:0px}  

 

   </style> 

</head>

發佈了5 篇原創文章 · 獲贊 6 · 訪問量 2萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章