当我在IE中放大和缩小我的页面时,我的Div标签正在破碎

时间:2016-04-28 00:45:37

标签: css asp.net asp.net-mvc asp.net-mvc-4

当我放大并缩小时,我的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%缩放级别。

0 个答案:

没有答案