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.
我正在创建一份工作申请表。
当你点击显示 div 时;页面在垂直和水平方向上都变大了。
有人可以帮我理解为什么。
谢谢
编辑:Firefox 我注意到了这个问题。
在表格的最后你有一个 div:
<div style="position:relative;top:-204px;left:505px;"> <input type="submit" value="Submit Application" name="submit" id="submit"> </div>
这是造成的。为其设置固定宽度。