放大缩小div问题

时间:2013-12-04 17:54:39

标签: jquery html css

这是我的DIV

<div class="apple_overlay" id="overlay">

这是我的CSS

div.apple_overlay {
    display: none;
    background: url('img/noisebg.png') #3b3d40 repeat top left;
    width: 702px;
    height: 306px;
    margin-top: 91px;
    direction:rtl;
    padding-left:0px;    
    font-size: 11px;
    position: static;
    float:inherit;
    z-index: 9999;
}

当我放大时,DIV向右移动,当我缩小时,DIV向左移动..有人可以告诉我如何解决这个问题吗?

由于

0 个答案:

没有答案