<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>前端之路 &#187; IE6</title>
	<atom:link href="http://www.simcn.com/tag/ie6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simcn.com</link>
	<description>网站开发, 前端开发, 高性能前端开发</description>
	<lastBuildDate>Thu, 03 Nov 2011 02:08:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>用a模拟submit按钮事件</title>
		<link>http://www.simcn.com/a_submit_event</link>
		<comments>http://www.simcn.com/a_submit_event#comments</comments>
		<pubDate>Thu, 02 Sep 2010 08:47:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[默认分类]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[模拟]]></category>

		<guid isPermaLink="false">http://www.simcn.com/?p=306</guid>
		<description><![CDATA[优点：样式可控制性强，可以加不同的状态，兼容ie6. 可扩展性好 缺点: 需要增加js，如果禁用ＪＳ可能不能使用.  需要多增加一个a标签。 提交提交 如果直接隐藏在from 中有多个表单无件时无效，求解 .btn_a_submit{ position:absolute; left:-1000px; top:0px;}]]></description>
			<content:encoded><![CDATA[<p>优点：样式可控制性强，可以加不同的状态，兼容ie6. 可扩展性好</p>
<p>缺点: 需要增加js，如果禁用ＪＳ可能不能使用.  需要多增加一个a标签。</p>
<pre class="brush:html" name="code">
<form name="form1" method="post" action="?id=3" id="form1">
<input type="text" name="a" id="a" />
<input type="text" name="b" id="b" />
<input type="text" name="c" id="c" />
<input class="btn_a_submit" id='s2' name="s2" type="submit" value="提交" />
<a href="javascript:document.getElementById('s2').click();" class="btnlink_b_small " ><span>提交提交</span></a>
</form>
</pre>
<p>如果直接隐藏在from 中有多个表单无件时无效，求解 </p>
<pre class="brush:css" name="code">

.btn_a_submit{ position:absolute; left:-1000px; top:0px;}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.simcn.com/a_submit_event/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>清除IE6在HTTPS安全提示问题</title>
		<link>http://www.simcn.com/%e6%b8%85%e9%99%a4ie6%e5%9c%a8https%e5%ae%89%e5%85%a8%e6%8f%90%e7%a4%ba%e9%97%ae%e9%a2%98</link>
		<comments>http://www.simcn.com/%e6%b8%85%e9%99%a4ie6%e5%9c%a8https%e5%ae%89%e5%85%a8%e6%8f%90%e7%a4%ba%e9%97%ae%e9%a2%98#comments</comments>
		<pubDate>Tue, 24 Nov 2009 01:04:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[默认分类]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[安全提示]]></category>

		<guid isPermaLink="false">http://www.simcn.com/2009/11/%e6%b8%85%e9%99%a4ie6%e5%9c%a8https%e5%ae%89%e5%85%a8%e6%8f%90%e7%a4%ba%e9%97%ae%e9%a2%98/</guid>
		<description><![CDATA[1. 检查所有的iframe中是否有为空的或者引用其他地方（如果有为空的，需要设计为 JAVASCRIPT：FALSE） 2. 不能引用外部的HTTP相关内容（可以使用HTTPS引用，图片样式与脚本）]]></description>
			<content:encoded><![CDATA[<p>1. 检查所有的iframe中是否有为空的或者引用其他地方（如果有为空的，需要设计为 JAVASCRIPT：FALSE）<br />
2. 不能引用外部的HTTP相关内容（可以使用HTTPS引用，图片样式与脚本）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simcn.com/%e6%b8%85%e9%99%a4ie6%e5%9c%a8https%e5%ae%89%e5%85%a8%e6%8f%90%e7%a4%ba%e9%97%ae%e9%a2%98/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

