Posts Tagged ‘IE6’

用a模拟submit按钮事件

Posted in 默认分类 on 九月 2nd, 2010 by admin – Be the first to comment

优点:样式可控制性强,可以加不同的状态,兼容ie6. 可扩展性好

缺点: 需要增加js,如果禁用JS可能不能使用.  需要多增加一个a标签。

提交提交

如果直接隐藏在from 中有多个表单无件时无效,求解


.btn_a_submit{ position:absolute; left:-1000px; top:0px;}

清除IE6在HTTPS安全提示问题

Posted in 默认分类 on 十一月 24th, 2009 by admin – Be the first to comment

1. 检查所有的iframe中是否有为空的或者引用其他地方(如果有为空的,需要设计为 JAVASCRIPT:FALSE)
2. 不能引用外部的HTTP相关内容(可以使用HTTPS引用,图片样式与脚本)