方法一:
<style type="text/css">
<!--
img {border:none}
a {
text-decoration:none;
color:#c00;
}
a:hover {
position: relative; top:2px; left:2px;
color:#666;
}
-->
</style>
方法二:
<style type="text/css">
<!--
*html{ overflow:hidden;}
*body{ height:100%; overflow:auto; margin:0;}
#fd{ border:#000 solid 1px; position:fixed; *position:absolute; width:100px; height:100px; top:90%; left:80%; margin:-50px 0 0 -50px;}
</style>