关于margin在ff和ie中的兼容问题我在背景上面放置了一张图片
用margin固定了位置
在ie中浏览正常
但是在ff中图片向左移动了请问这个问题怎么解决啊
谢谢

解决方案 »

  1.   

    不知道你怎么写的代码,你看下我这个吧,样式没有变的
    <div style=" height:30px;width:30px; border:1px solid  white; background-image:url(Pic/2.gif); margin:2px">              
        </div>
      

  2.   

    不好意思,刚刚回错了
    <div style=" height:30px;width:30px; border:1px solid  white; background-image:url(Pic/2.gif); padding:2px; background-repeat:no-repeat; background-position:center">              
        </div>