我有以下代码。
<html>
<head>
<style>
.fb{
position: relative;
right:-1000px;
}
.info{
position:relative;
}
</style>
</head>
<body>
<div id="info">
<a href="../jsp/aboutus.jsp" class="anatips" title="About Us">About Us</a> |
<a href="../jsp/privacy.jsp" class="anatips" title="Privacy Policy">Privacy Policy</a>
<a id = "fb" href="https://www.facebook.com/xyz" target="https://www.facebook.com/xyz"> <img src="../images/facebook.png" height = 16, width = 16 /> </a>
</div>
</body>
</html>
我想将 fb 链接移到右上角。我想我的造型不起作用。还是我在某个地方出错了?