<?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>专注计算机网络与系统故障的解决方法-IT樵客 &#187; HTML</title>
	<atom:link href="http://www.itlogger.com/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itlogger.com</link>
	<description>IT樵客-专注计算机网络与系统故障的解决方法，与你分享最新IT技术资讯与学习心得，携手向网络设计师级网管迈进</description>
	<lastBuildDate>Sat, 24 Jul 2010 03:24:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CSS兼容IE6,IE7,FIREFOX的一些收集</title>
		<link>http://www.itlogger.com/program/444.html</link>
		<comments>http://www.itlogger.com/program/444.html#comments</comments>
		<pubDate>Thu, 23 Aug 2007 13:58:19 +0000</pubDate>
		<dc:creator>logger</dc:creator>
				<category><![CDATA[程序设计]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.itlogger.com/?p=444</guid>
		<description><![CDATA[第一种，是CSS HACK的方法 height:20px; /*For Firefox*/ *height:25px; /*For IE7 &#38; IE6*/ _height:20px; /*For IE6*/ 注意顺序。 这样也属于CSS HACK，不过没有上面这样简洁。 #example { color: #333; } /* Moz */ * html #example { color: #666; } /* IE6 */ *+html #example { color: #999; } /* IE7 */ 第二种是使用IE专用的条件注释 &#60;!&#8211; 其他浏览器 &#8211;&#62; &#60;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;css.css&#8221; /&#62; &#60;!&#8211;[if IE 7]&#62; [...]]]></description>
		<wfw:commentRss>http://www.itlogger.com/program/444.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网页上的按钮失效</title>
		<link>http://www.itlogger.com/system/330.html</link>
		<comments>http://www.itlogger.com/system/330.html#comments</comments>
		<pubDate>Tue, 18 Jul 2006 22:29:33 +0000</pubDate>
		<dc:creator>logger</dc:creator>
				<category><![CDATA[系统故障]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[解决方法： cmd下输入 regsvr32 jscript.dll regsvr32 vbscript.dl 其他参考方法： 1、可以先点击IE上的工具－internet选项－程序 选择重置WEB设置　也将高级里的设置还原成默认设置，也可用IE修复专家这样的软件来修复一下IE 2、在ie中internet选项中,安全,internet区域中启用活动脚本 Tags: HTML]]></description>
		<wfw:commentRss>http://www.itlogger.com/system/330.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
