但是,我创建了自己的联系表单,现在当我通过按住控件并移动鼠标滚动时,它会在页面上移动。我用什么 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;
}