CSS帮助 - 联系表格

时间:2013-07-18 13:15:21

标签: css

我创建了自己的联系表单,但是,当我按住控件并移动鼠标滚动时,它现在在页面上移动。我用什么CSS来保持它。我的网站是straightforwardlaw.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; 

  }

2 个答案:

答案 0 :(得分:0)

只需从CSS中删除position: static;

答案 1 :(得分:0)

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