当我放大并缩小时,我的Div正在移动..有人可以帮帮我吗?
<table style="position:fixed; top:70px; right:400px">
<tr>
<td>
<div class="container body-content">
@RenderBody()
<footer>
<p>Confidential Information</p>
</footer>
</div>
</td>
</tr>
</table>
我的主页上有两个div标签。
<div>
showing left side of the mian page
</div>
showing right side of the page.
<div style="position:absolute; right:-300px; top: 10px">
</div>
适用于75%缩放级别,但不适用于100%和50%缩放级别。