<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Kommentare zu: CSS-IE-Workaround für „min-width”</title>
	<atom:link href="http://www.appleblog.de/2006/05/22/css-ie-workaround-fur-%e2%80%9emin-width%e2%80%9d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appleblog.de/2006/05/22/css-ie-workaround-fur-%e2%80%9emin-width%e2%80%9d/</link>
	<description>(Fast) all about Mac &#38; Digital Media ;)</description>
	<pubDate>Tue, 22 May 2012 22:28:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Adam Siwy</title>
		<link>http://www.appleblog.de/2006/05/22/css-ie-workaround-fur-%e2%80%9emin-width%e2%80%9d/comment-page-1/#comment-243</link>
		<dc:creator>Adam Siwy</dc:creator>
		<pubDate>Fri, 26 May 2006 14:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.appleblog.de/2006/05/22/css-ie-workaround-fur-%e2%80%9emin-width%e2%80%9d/#comment-243</guid>
		<description>die expressions lassen sich auch kombinieren. so ist auch eine if ifelse else bedingung möglich:

if(width800px
elseif(width&gt;1226)
  --&gt;1200px
else
  --&gt;auto

entspricht:

width:expression(document.body.clientWidth  1226? "1200px":"auto");</description>
		<content:encoded><![CDATA[<p>die expressions lassen sich auch kombinieren. so ist auch eine if ifelse else bedingung möglich:</p>
<p>if(width800px<br />
elseif(width&gt;1226)<br />
  &#8211;&gt;1200px<br />
else<br />
  &#8211;&gt;auto</p>
<p>entspricht:</p>
<p>width:expression(document.body.clientWidth  1226? &#8220;1200px&#8221;:&#8221;auto&#8221;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

