最近在项目中遇到,如果在IE6下写隐藏域的话会把布局破坏,写display="none"也不行,最后写在<div style="display:none"> <input type="hidden" name="type" value="6"/></div>才把事件解决。