Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 jQuery 验证有这个问题。按下提交按钮时,该 div 将位于其他输入字段 div 下方。它需要向下推。
试图添加这个
.form-horizontal > .col-xs-7{ height:693px; }
这有点工作。但是当尚未按下提交按钮时会产生巨大的空间。
这是我正在处理的链接
假设我理解正确,解决方案非常简单。在顶部区域周围放置一个div(底部应该在注册按钮上方),然后您可能必须在按钮正上方放置以下行并放入style="float:left;"另一个 div,但我对此表示怀疑:
div
style="float:left;"
<div style="clear:both;"></div>
然后在注册按钮所在的区域周围放置一个div,然后text-align:center;
text-align:center;
虽然这很容易做到,但我会解决原因,而不是问题。为错误消息添加区域,这样当它们出现时,它们不会移动整个页面。