<?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>Comments on: Internet Explorer 7 and !important</title>
	<atom:link href="http://webexpose.org/2006/12/18/internet-explorer-7-and-important/feed/" rel="self" type="application/rss+xml" />
	<link>http://webexpose.org/2006/12/18/internet-explorer-7-and-important/</link>
	<description>views from the changing web</description>
	<pubDate>Wed, 08 Sep 2010 01:37:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Antione Glasby</title>
		<link>http://webexpose.org/2006/12/18/internet-explorer-7-and-important/comment-page-1/#comment-83963</link>
		<dc:creator>Antione Glasby</dc:creator>
		<pubDate>Tue, 31 Aug 2010 01:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/2006/12/18/internet-explorer-7-and-important/#comment-83963</guid>
		<description>Sick and tired of getting low amounts of useless traffic for your site? Well i wish to inform you of a new underground tactic that makes me personally $900  on a daily basis on 100% AUTOPILOT. I could be here all day and going into detail but why dont you merely check their site out? There is a excellent video that explains everything. So if your serious about making easy cash this is the website for you. &lt;a href="http://tiny.cc/p7mq4" rel="nofollow"&gt;Auto Traffic Avalanche&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Sick and tired of getting low amounts of useless traffic for your site? Well i wish to inform you of a new underground tactic that makes me personally $900  on a daily basis on 100% AUTOPILOT. I could be here all day and going into detail but why dont you merely check their site out? There is a excellent video that explains everything. So if your serious about making easy cash this is the website for you. <a href="http://tiny.cc/p7mq4" rel="nofollow">Auto Traffic Avalanche</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas</title>
		<link>http://webexpose.org/2006/12/18/internet-explorer-7-and-important/comment-page-1/#comment-82725</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Wed, 11 Aug 2010 10:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/2006/12/18/internet-explorer-7-and-important/#comment-82725</guid>
		<description>http://approads.com/firefox-sort-of-comes-to-the-iphone.html</description>
		<content:encoded><![CDATA[<p><a href="http://approads.com/firefox-sort-of-comes-to-the-iphone.html" rel="nofollow">http://approads.com/firefox-sort-of-comes-to-the-iphone.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marlon</title>
		<link>http://webexpose.org/2006/12/18/internet-explorer-7-and-important/comment-page-1/#comment-76219</link>
		<dc:creator>Marlon</dc:creator>
		<pubDate>Sun, 10 Jan 2010 05:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/2006/12/18/internet-explorer-7-and-important/#comment-76219</guid>
		<description>Internet Explorer 8 is really good.                 This browser is very very stable and i have been using it for quite a while without blue screens or crashes.</description>
		<content:encoded><![CDATA[<p>Internet Explorer 8 is really good.                 This browser is very very stable and i have been using it for quite a while without blue screens or crashes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phone jammer</title>
		<link>http://webexpose.org/2006/12/18/internet-explorer-7-and-important/comment-page-1/#comment-73515</link>
		<dc:creator>phone jammer</dc:creator>
		<pubDate>Tue, 14 Jul 2009 03:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/2006/12/18/internet-explorer-7-and-important/#comment-73515</guid>
		<description>Love the blog, keep up the good work.</description>
		<content:encoded><![CDATA[<p>Love the blog, keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NightCrawler03X</title>
		<link>http://webexpose.org/2006/12/18/internet-explorer-7-and-important/comment-page-1/#comment-10747</link>
		<dc:creator>NightCrawler03X</dc:creator>
		<pubDate>Wed, 28 Nov 2007 21:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/2006/12/18/internet-explorer-7-and-important/#comment-10747</guid>
		<description>p.fun {color:#990000;}
body[id=variable] p.fun {color:#fedaeb;}

This is another solution for getting one style in IE 5.x/6.x, and one that other browsers will get.

IE 5.x/6.x do not support "body[id=variable]", so they will ignore rules on it. Thus, IE 5.x/6.x will get a color of "#990000", and firefox (as an example) will get "#fedaeb".

This is a great advantage to web designers because it means that you can use absolutely bleeding-edge techniques that you know will work on all other browsers, but you can override these rules (only for IE) so that IE doesn't get a messed up display.

Firefox will see "body [id=variable] p {}" and override "p {}", while IE will only see "p {}".

The neat thing about this is that it won't mess up IE7 because it will do the same thing as firefox/opera/etc, that is, override "p {}".

The downside is, yeah, you still have to be careful with the limitations of IE7. If someone would  find another parsing bug for IE7, one that can be exploited like the one you mentioned, that would be great.</description>
		<content:encoded><![CDATA[<p>p.fun {color:#990000;}<br />
body[id=variable] p.fun {color:#fedaeb;}</p>
<p>This is another solution for getting one style in IE 5.x/6.x, and one that other browsers will get.</p>
<p>IE 5.x/6.x do not support &#8220;body[id=variable]&#8220;, so they will ignore rules on it. Thus, IE 5.x/6.x will get a color of &#8220;#990000&#8243;, and firefox (as an example) will get &#8220;#fedaeb&#8221;.</p>
<p>This is a great advantage to web designers because it means that you can use absolutely bleeding-edge techniques that you know will work on all other browsers, but you can override these rules (only for IE) so that IE doesn&#8217;t get a messed up display.</p>
<p>Firefox will see &#8220;body [id=variable] p {}&#8221; and override &#8220;p {}&#8221;, while IE will only see &#8220;p {}&#8221;.</p>
<p>The neat thing about this is that it won&#8217;t mess up IE7 because it will do the same thing as firefox/opera/etc, that is, override &#8220;p {}&#8221;.</p>
<p>The downside is, yeah, you still have to be careful with the limitations of IE7. If someone would  find another parsing bug for IE7, one that can be exploited like the one you mentioned, that would be great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
