<?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; ie</title>
	<atom:link href="http://flack.ru/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://flack.ru</link>
	<description>Дилетантские заметки про XSLT/XPath, HTML/CSS и всякую фигню</description>
	<lastBuildDate>Sun, 13 Feb 2011 21:53:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Посторонним выход запрещен</title>
		<link>http://flack.ru/2007/01/17/trespassers-will-be-shot/</link>
		<comments>http://flack.ru/2007/01/17/trespassers-will-be-shot/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 14:55:32 +0000</pubDate>
		<dc:creator>Flack</dc:creator>
				<category><![CDATA[Свалка]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[хаки]]></category>

		<guid isPermaLink="false">http://flack.ru/2007/01/17/trespassers-will-be-shot/</guid>
		<description><![CDATA[Все чаще стал добавлять в ie.css богомерзкое в своей невалидности (по текущей спеке) правило: #content {overflow-x:hidden;} Позволяет скрывать куски контента, переполняющие горизонтальные размеры блока. Полезно, когда код внутренностей берется черт-те-знает откуда или пишется индусами. Нормальные браузеры к подобному перенасыщению относятся с некоторым пониманием, а вот в IE блоки начинают радостно скакать при малейшем поводе. Не [...]]]></description>
			<content:encoded><![CDATA[<p>Все чаще стал добавлять в ie.css богомерзкое в своей невалидности (по текущей спеке) правило:</p>
<pre><code class="css">#content {overflow-x:hidden;}</code></pre>
<p>Позволяет скрывать куски контента, переполняющие горизонтальные размеры блока. Полезно, когда код внутренностей берется черт-те-знает откуда или пишется индусами.</p>
<p>Нормальные браузеры к подобному <em>перенасыщению</em> относятся с некоторым пониманием, а вот в IE блоки начинают радостно скакать при малейшем поводе.</p>
<p>Не всесильно, use with caution.</p>
]]></content:encoded>
			<wfw:commentRss>http://flack.ru/2007/01/17/trespassers-will-be-shot/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>IE 7, conditional comments и хаки</title>
		<link>http://flack.ru/2006/11/02/ie7-conditional-comments-and-hacks/</link>
		<comments>http://flack.ru/2006/11/02/ie7-conditional-comments-and-hacks/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 11:54:00 +0000</pubDate>
		<dc:creator>Flack</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[Рецептарий]]></category>
		<category><![CDATA[clearing]]></category>
		<category><![CDATA[conditional comments]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[хаки]]></category>

		<guid isPermaLink="false">http://flack.ru/2006/11/02/ie7-conditional-comments-and-hacks/</guid>
		<description><![CDATA[В свете особенностей нового IE приходится править старые методы использования хаков. Оптимальным вариантом для меня является подключение специфичного листа стилей для всех IE через conditional comments. &#60;!--[if IE]&#62;...&#60;![endif]--&#62; И использование классического сочетания «star html hack» и метода экранирования для старых IE, а также варианта без хаков для седьмого. В результате в ie.css используются конструкции примерно [...]]]></description>
			<content:encoded><![CDATA[<p>В свете особенностей нового IE приходится править старые методы использования хаков.</p>
<p>Оптимальным вариантом для меня является подключение специфичного листа стилей для всех IE через conditional comments.</p>
<pre><code>&lt;!--[if IE]&gt;...&lt;![endif]--&gt;</code></pre>
<p>И использование классического сочетания «star html hack» и метода экранирования для старых IE, а также варианта без хаков для седьмого.</p>
<p>В результате в ie.css используются конструкции примерно следующего вида:</p>
<pre><code>#element {
    zoom:1; /* IE 7 */
    }
    * HTML #element {
        height:auto; /* IE 5 */
        he\ight:1%; /* IE 6 */
        }</code></pre>
<p><del>А у нас в квартире газ</del> А какими методами пользуетесь Вы?</p>
<p><small>P.S. Пример с height:auto имеет абстрактный характер, height:1% для self clearing вполне достаточно.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://flack.ru/2006/11/02/ie7-conditional-comments-and-hacks/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Самое время для IE 7</title>
		<link>http://flack.ru/2006/03/21/the-right-moment-to-begin-with-ie7/</link>
		<comments>http://flack.ru/2006/03/21/the-right-moment-to-begin-with-ie7/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 17:46:00 +0000</pubDate>
		<dc:creator>Flack</dc:creator>
				<category><![CDATA[Свалка]]></category>
		<category><![CDATA[ie]]></category>

		<guid isPermaLink="false">http://flack.ru/2006/03/21/the-right-moment-to-begin-with-ie7/</guid>
		<description><![CDATA[Вот что пишет Эрик Мейер: It was publicly stated that the current build of the IE7 beta available from Microsoft is rendering-behavior complete. In other words, the only changes to IE7 from now until it goes final will be fixes to security holes, crash bugs, and browser chrome/UI stuff. Whatever its CSS support does or [...]]]></description>
			<content:encoded><![CDATA[<p>Вот что пишет <a href="http://meyerweb.com/eric/thoughts/2006/03/21/mixed-impressions/">Эрик Мейер</a>:</p>
<blockquote><p>It was publicly stated that the current build of the IE7 beta available from Microsoft <strong>is rendering-behavior complete</strong>. In other words, the only changes to IE7 from now until it goes final will be fixes to security holes, crash bugs, and browser chrome/UI stuff. Whatever its CSS support does or doesn’t do, that’s how the final version is expected to behave.</p></blockquote>
<p>Самое время ставить последний билд и начинать тестировать свои проекты. Несколько месяцев в запасе у нас есть.</p>
]]></content:encoded>
			<wfw:commentRss>http://flack.ru/2006/03/21/the-right-moment-to-begin-with-ie7/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

