0

但是,我创建了自己的联系表单,现在当我通过按住控件并移动鼠标滚动时,它会在页面上移动。我用什么 CSS 来保持它。我的网站是 directlaw.com 我当前的 CSS 是:

#cntctfrm_contact_form {
background-color: #AAB6A2;
position: fixed;
color: #555555;

font-size: 11px;
height: 215px !important;
margin-left: 400px;
margin-top: -562px;
padding-left: 15px;
padding-top: 185px;
width: 400px !important;
position: static;
        overflow: hidden; 

  }
4

2 回答 2

0

只需position: static;从您的 CSS 中删除。

于 2013-07-18T13:17:55.793 回答
0

如果你从位置移除静电应该没问题。

于 2013-07-18T13:18:18.690 回答