CSS中使 连接在鼠标经过时 变换颜色???
发布网友
发布时间:2022-05-02 00:42
我来回答
共1个回答
热心网友
时间:2022-04-21 17:36
<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>