改变超链接的下划线及其颜色

xiaoxiao2026-08-25  5

 a:link{  color:#000000;  text-decoration:none  } a:visited{  color:#ff9966;  text-decoration:none  } a:hover{  color:#ff9966;  text-decoration:none   //鼠标经过 取消下划线  }

或者在 超链接 标记里  写<a href="#" target="_blank" οnmοuseοver="this.style.color= '#ff9966'"  οnmοuseοut="this.style.color='#660099'" >

 

转载请注明原文地址: https://www.6miu.com/read-5051817.html

最新回复(0)