<?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>雨无形的BLOG &#187; ie</title>
	<atom:link href="http://www.yuwuxing.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuwuxing.com</link>
	<description>关注互联网发展</description>
	<lastBuildDate>Fri, 23 Dec 2011 04:00:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>让IE支持min-height/width max-height/width 的JS</title>
		<link>http://www.yuwuxing.com/min-height-and-max-height-for-ie/</link>
		<comments>http://www.yuwuxing.com/min-height-and-max-height-for-ie/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 08:45:47 +0000</pubDate>
		<dc:creator>雨无形</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[网页设计]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://www.yuwuxing.com/?p=7</guid>
		<description><![CDATA[<p>ie不支持min-width/max-width min-height/min-width有时候做些效果有些不便，这个js可以让IE支持这个效果</p><table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fdoctype-influence-javascript%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fmin-height-and-max-height-for-ie%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">由修改漂浮广告代码而学到的DOCTYPE声明对JS的影响</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fmove-ad-code%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fmin-height-and-max-height-for-ie%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">我修改的,支持FF和IE的漂浮广告代码</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fimage-auto-zoom-code%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fmin-height-and-max-height-for-ie%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">图片超过大小自动缩放代码</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fietester%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fmin-height-and-max-height-for-ie%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">IETester多IE版本共存的解决方案</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fchange-the-layout-css-for-different-resolution%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fmin-height-and-max-height-for-ie%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">根据访问者分辨率，自动调用不同版式CSS的代码</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>ie不支持min-width/max-width min-height/min-width有时候做些效果有些不便，这个js可以让IE支持这个效果 <a href="http://www.yuwuxing.com/wp-content/uploads/minmax.js" target="_blank">minmax.js</a></p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fdoctype-influence-javascript%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fmin-height-and-max-height-for-ie%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">由修改漂浮广告代码而学到的DOCTYPE声明对JS的影响</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fmove-ad-code%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fmin-height-and-max-height-for-ie%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">我修改的,支持FF和IE的漂浮广告代码</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fimage-auto-zoom-code%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fmin-height-and-max-height-for-ie%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">图片超过大小自动缩放代码</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fietester%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fmin-height-and-max-height-for-ie%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">IETester多IE版本共存的解决方案</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.yuwuxing.com%2Fchange-the-layout-css-for-different-resolution%2F&from=http%3A%2F%2Fwww.yuwuxing.com%2Fmin-height-and-max-height-for-ie%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">根据访问者分辨率，自动调用不同版式CSS的代码</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.yuwuxing.com/min-height-and-max-height-for-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

