<?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>刘钢的博客 - 我是UED &#187; IE</title>
	<atom:link href="http://www.iamued.com/tag/ie/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iamued.com</link>
	<description>http://www.IamUED.com</description>
	<lastBuildDate>Wed, 18 Jan 2012 02:51:35 +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>IE9 预览版发布下载：WEB开发者的福音还是悲哀？</title>
		<link>http://www.iamued.com/qianduan/1321.html</link>
		<comments>http://www.iamued.com/qianduan/1321.html#comments</comments>
		<pubDate>Thu, 18 Mar 2010 03:30:15 +0000</pubDate>
		<dc:creator>RichieLiu</dc:creator>
				<category><![CDATA[前端开发]]></category>
		<category><![CDATA[页面实现]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[IE兼容性]]></category>
		<category><![CDATA[下载]]></category>

		<guid isPermaLink="false">http://www.iamued.com/?p=1321</guid>
		<description><![CDATA[微软发布预览版IE 9 面向Web开发者 　　北京时间3月17日消息，据国外媒体报道，微软当地时间周二发布了面向Web开发者的预览版IE 9(下载地址)。 　　微软IE团队总经理迪恩·哈克莫维奇(Dean Hachamovich)今天发表声明称，IE 9与以往的IE版本有很大不同。他表示，微软将每8周对预览版IE 9进行一次升级，第一次升级将在5月中期。但哈克莫维奇没有披露正式版IE 9的发布时间。 　　微软称，预览版IE 9还不是一款完整的浏览器，目前还不包括地址栏等用户导航工具以及安全功能。微软发布了一个它称之为“Test Drive”的网站，方便网站设计人员、应用开发者了解预览版IE 9的功能。 　　预览版IE 9只支持Windows 7、Windows Vista SP2和Windows Server R2。IE 9可以利用图形处理器的处理能力加速文本和图形的渲染。 　　用户可以从Test Drive网站下载大小为31MB的预览版IE 9。（阳光） 　　附：IE 9预览版下载地址：http://ie.microsoft.com/testdrive/]]></description>
			<content:encoded><![CDATA[<p><strong>微软发布预览版IE 9 面向Web开发者</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><img src="http://iamued-wordpress.stor.sinaapp.com/uploads/auto_save_image/2010/03/11302134L.jpg" border="0" alt="" width="420" height="252" /></td>
</tr>
</tbody>
</table>
<p>　　北京时间3月17日消息，据国外媒体报道，微软当地时间周二发布了面向Web开发者的预览版IE 9(<a href="http://ie.microsoft.com/testdrive/" target="_blank">下载地址</a>)。</p>
<p>　　微软IE团队总经理迪恩·哈克莫维奇(Dean Hachamovich)今天发表声明称，IE 9与以往的IE版本有很大不同。他表示，微软将每8周对预览版IE 9进行一次升级，第一次升级将在5月中期。但哈克莫维奇没有披露正式版IE 9的发布时间。</p>
<p>　　微软称，预览版IE 9还不是一款完整的浏览器，目前还不包括地址栏等用户导航工具以及安全功能。微软发布了一个它称之为“Test Drive”的网站，方便网站设计人员、应用开发者了解预览版IE 9的功能。</p>
<p>　　预览版IE 9只支持Windows 7、Windows Vista SP2和Windows Server R2。IE 9可以利用图形处理器的处理能力加速文本和图形的渲染。</p>
<p>　　用户可以从Test Drive网站下载大小为31MB的预览版IE 9。（阳光）</p>
<p><strong>　　附：IE 9预览版下载地址：</strong><a href="http://ie.microsoft.com/testdrive/" target="_blank"><strong>http://ie.microsoft.com/testdrive/</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iamued.com/qianduan/1321.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>offsetLeft and offsetTop gives wrong coords in IE</title>
		<link>http://www.iamued.com/qianduan/600.html</link>
		<comments>http://www.iamued.com/qianduan/600.html#comments</comments>
		<pubDate>Sun, 22 Nov 2009 11:15:05 +0000</pubDate>
		<dc:creator>RichieLiu</dc:creator>
				<category><![CDATA[JavaScript脚本]]></category>
		<category><![CDATA[前端开发]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.iamued.com/?p=600</guid>
		<description><![CDATA[今天遇到的问题：IE6/7返回offsetTop没有计算body的margin 转自：http://codingforums.com/showthread.php?t=119794]]></description>
			<content:encoded><![CDATA[<p>今天遇到的问题：IE6/7返回offsetTop没有计算body的margin</p>
<pre class="brush: jscript; title: ; notranslate">
function GetRealOffset(o)
{

        var elem = o;
        var leftOffset = elem.offsetLeft;
        var topOffset = elem.offsetTop;
        var parent = elem.offsetParent;

        while(parent)
        {
             leftOffset += parent.offsetLeft;
             topOffset += parent.offsetTop;
            parent = parent.offsetParent;
        }
        var Offsets = new Object();
        Offsets.top = topOffset;
        Offsets.left = leftOffset;

        return Offsets;
}
</pre>
<p>转自：http://codingforums.com/showthread.php?t=119794</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iamued.com/qianduan/600.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

