<?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"
	>
<channel>
	<title>Comments on: Star html for IE 7</title>
	<atom:link href="http://troidus.com/article/21/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.troidus.com/article/21</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 22 Nov 2008 22:21:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Captain Ed</title>
		<link>http://www.troidus.com/article/21#comment-91</link>
		<dc:creator>Captain Ed</dc:creator>
		<pubDate>Thu, 01 Mar 2007 18:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/25#comment-91</guid>
		<description>Actually, the star hack seems to work for me in IE7 (windows v7.0.5730.11). For instance, this code shows a red background in IE7.


@* html #input-test@ {
  background-color: red;
}



I've also noticed that you can use stars in front of attributes to make them only work for IE7, like so:

.myClass {
  width: 700px;
  *width: 750px; /* works for IE 7, ignored by other browsers. */
}</description>
		<content:encoded><![CDATA[<p>Actually, the star hack seems to work for me in IE7 (windows v7.0.5730.11). For instance, this code shows a red background in IE7.</p>
<p>@* html #input-test@ {<br />
  background-color: red;<br />
}</p>
<p>I&#8217;ve also noticed that you can use stars in front of attributes to make them only work for IE7, like so:</p>
<p>.myClass {<br />
  width: 700px;<br />
  *width: 750px; /* works for IE 7, ignored by other browsers. */<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jono1</title>
		<link>http://www.troidus.com/article/21#comment-90</link>
		<dc:creator>jono1</dc:creator>
		<pubDate>Tue, 23 May 2006 17:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/25#comment-90</guid>
		<description>That didn't come out right, I didn't anticipate text encased in *'s being turned bold - the "should" should really be in italics.</description>
		<content:encoded><![CDATA[<p>That didn&#8217;t come out right, I didn&#8217;t anticipate text encased in *&#8217;s being turned bold - the &#8220;should&#8221; should really be in italics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jono1</title>
		<link>http://www.troidus.com/article/21#comment-89</link>
		<dc:creator>jono1</dc:creator>
		<pubDate>Tue, 23 May 2006 17:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/25#comment-89</guid>
		<description>The thing is, in IE7 most if not all of IE6's rendering bugs *should* be eradicated meaning you wont *need* to invalidate your CSS by using hacks.</description>
		<content:encoded><![CDATA[<p>The thing is, in IE7 most if not all of IE6&#8217;s rendering bugs *should* be eradicated meaning you wont *need* to invalidate your CSS by using hacks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The undersigned</title>
		<link>http://www.troidus.com/article/21#comment-88</link>
		<dc:creator>The undersigned</dc:creator>
		<pubDate>Wed, 17 May 2006 17:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/25#comment-88</guid>
		<description>I have begun experimenting with php-stylesheets, thats really nice!</description>
		<content:encoded><![CDATA[<p>I have begun experimenting with php-stylesheets, thats really nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Gray</title>
		<link>http://www.troidus.com/article/21#comment-87</link>
		<dc:creator>Ben Gray</dc:creator>
		<pubDate>Thu, 11 May 2006 13:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/25#comment-87</guid>
		<description>I'll use inline hacks if there's like, one thing that I need to display differently in IE.  If there's a whole lot then I'll use a separete stylesheet.  I know the inline hacks don't validate but it's worth the trade off for me.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll use inline hacks if there&#8217;s like, one thing that I need to display differently in IE.  If there&#8217;s a whole lot then I&#8217;ll use a separete stylesheet.  I know the inline hacks don&#8217;t validate but it&#8217;s worth the trade off for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indranil</title>
		<link>http://www.troidus.com/article/21#comment-86</link>
		<dc:creator>Indranil</dc:creator>
		<pubDate>Mon, 08 May 2006 17:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/25#comment-86</guid>
		<description>*undersigned*: well, sincethis is an IE only hack, and I like to treat the good browsers good, I'll rather have more IE hack than avert IE hack. ;)</description>
		<content:encoded><![CDATA[<p>*undersigned*: well, sincethis is an IE only hack, and I like to treat the good browsers good, I&#8217;ll rather have more IE hack than avert IE hack. <img src='http://www.troidus.com/article/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The undersigned</title>
		<link>http://www.troidus.com/article/21#comment-85</link>
		<dc:creator>The undersigned</dc:creator>
		<pubDate>Mon, 08 May 2006 09:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/25#comment-85</guid>
		<description>I normally don't use invalid css hacks etc, but use selectors only understood by the good browsers (non-ie's), like html&#62;body div { }</description>
		<content:encoded><![CDATA[<p>I normally don&#8217;t use invalid css hacks etc, but use selectors only understood by the good browsers (non-ie&#8217;s), like html&gt;body div { }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indranil</title>
		<link>http://www.troidus.com/article/21#comment-84</link>
		<dc:creator>Indranil</dc:creator>
		<pubDate>Fri, 05 May 2006 09:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/25#comment-84</guid>
		<description>Actually, it was another project that required the digging. But hey, I found one!</description>
		<content:encoded><![CDATA[<p>Actually, it was another project that required the digging. But hey, I found one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakshan</title>
		<link>http://www.troidus.com/article/21#comment-83</link>
		<dc:creator>Lakshan</dc:creator>
		<pubDate>Fri, 05 May 2006 04:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/25#comment-83</guid>
		<description>Hope my comments made you to dig for this ;)</description>
		<content:encoded><![CDATA[<p>Hope my comments made you to dig for this <img src='http://www.troidus.com/article/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
