如何控制网页层的相对位置?今天我们就来一起解决这个问题。
<style type="text/css">
<!--
.f1 { position: relative; clip: rect( )}
-->
</style>
<body bgcolor="#FFFFFF">
<table width="300" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td class="f1">
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; background-color: #99FF99; layer-background-color: #99FF99; border: 1px none #000000"></div>
</td>
</tr>
</table>
</body>