网页上的图片问题

来源:百度知道 编辑:UC知道 时间:2024/05/13 14:01:23
把鼠标放在上面,那图片会稍微移动一下,放在文字上,那文字也会稍微的向下移动一下,鼠标离开恢复正常,有水知道这是怎么弄的。知道的请告诉我,谢谢
怎么弄的呢?

css定义样式
<style type="text/css">
<!--
a:link {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;

}
a:visited {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;

}
a:hover {
font-family: "宋体";
font-size: 11px;
color: #660000;
text-decoration: none;

}
a:active {
font-family: "宋体";
font-size: 12px;
color: #000000;
text-decoration: none;

}
-->
</style>
放在网页上

CSS