CSS中使 连接在鼠标经过时 变换颜色????
在网页中怎么用CSS使网页中的连接在鼠标经过时变换颜色.手工代码写在什么位置怎么写请详细最好有把代码帖上...
在网页中怎么用 CSS 使 网页中的连接在鼠标经过时变换颜色. 手工代码写在什么位置 怎么写 请详细 最好有把代码帖上
展开
1个回答
展开全部
<html>
<head>
<title>eg</title>
<style type="text/css">
<!--
A{text-decoration:none ;color:black;line-height: 12pt}
A:hover{text-decoration:none;color:#ff0000;line-height: 12pt}
-->
</style>
</head>
<body>
<a href="http://www.microsoft.com">www.Microsoft.com</a>
</body>
<head>
<title>eg</title>
<style type="text/css">
<!--
A{text-decoration:none ;color:black;line-height: 12pt}
A:hover{text-decoration:none;color:#ff0000;line-height: 12pt}
-->
</style>
</head>
<body>
<a href="http://www.microsoft.com">www.Microsoft.com</a>
</body>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询