<?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: Common CSS Hacks</title>
	<atom:link href="http://www.robinsblog.com/03162005/common-css-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robinsblog.com/03162005/common-css-hacks/</link>
	<description>Resources for Web Development Students</description>
	<lastBuildDate>Fri, 25 Dec 2009 23:51:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Take My Advice - I&#8217;m Not Using It!  &#187; Blog Archive   &#187; More CSS - Resetting Margins</title>
		<link>http://www.robinsblog.com/03162005/common-css-hacks/comment-page-1/#comment-83</link>
		<dc:creator>Take My Advice - I&#8217;m Not Using It!  &#187; Blog Archive   &#187; More CSS - Resetting Margins</dc:creator>
		<pubDate>Tue, 10 May 2005 19:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=41#comment-83</guid>
		<description>[...]  inconsistency in class and on the blog.  I will point you to a couple of  archive posts: 	Common CSS Hacks CSS Tips from Mani 	If you read the above articles you may realize that resetting all margins an [...]</description>
		<content:encoded><![CDATA[<p>[...]  inconsistency in class and on the blog.  I will point you to a couple of  archive posts: 	Common CSS Hacks CSS Tips from Mani 	If you read the above articles you may realize that resetting all margins an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Take My Advice - I&#8217;m Not Using It!  &#187; Blog Archive   &#187; CSS Tips and Tricks - Site in an Hour</title>
		<link>http://www.robinsblog.com/03162005/common-css-hacks/comment-page-1/#comment-15</link>
		<dc:creator>Take My Advice - I&#8217;m Not Using It!  &#187; Blog Archive   &#187; CSS Tips and Tricks - Site in an Hour</dc:creator>
		<pubDate>Tue, 22 Mar 2005 20:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=41#comment-15</guid>
		<description>[...]  in an Hour 	 			 					When Andrew Krespanis of leftjustified.net stopped by this blog and left us some tips I was so darn excited.  What a nice thing to do!  So I ventured back over to his site, which I&amp; [...]</description>
		<content:encoded><![CDATA[<p>[...]  in an Hour 	 			 					When Andrew Krespanis of leftjustified.net stopped by this blog and left us some tips I was so darn excited.  What a nice thing to do!  So I ventured back over to his site, which I&amp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Krespanis</title>
		<link>http://www.robinsblog.com/03162005/common-css-hacks/comment-page-1/#comment-12</link>
		<dc:creator>Andrew Krespanis</dc:creator>
		<pubDate>Mon, 21 Mar 2005 22:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=41#comment-12</guid>
		<description>Nice resource you&#039;re building up here, I hope your students appreciate it!
A quick note on using the child selector (&#039;&gt;&#039;) as a hack -- BE CAREFUL!
The child selector is one thing that is very likely to gain support in the next version of IE. If it does get supported, but the box model/calculation problems remain, your site will break.

I prefer to pick on IE alone using this rule:
&lt;code&gt;
#layer1 {
position: absolute;
top: 95px;
}

* html body #layer1 {
top: 105px;
}
&lt;/code&gt;

That is still valid, but uses a bug in IE to set the declaration. Much the same, more a case of preference I suppose.

If you want to target IE/pc, but not IE/mac, you would change the above declaration to the following:
&lt;code&gt;
/* IEmac hiding hack \*/
* html body #layer1 {
top: 105px;
}
/* end Ie mac hack */
&lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>Nice resource you&#8217;re building up here, I hope your students appreciate it!<br />
A quick note on using the child selector (&#8216;&gt;&#8217;) as a hack &#8212; BE CAREFUL!<br />
The child selector is one thing that is very likely to gain support in the next version of IE. If it does get supported, but the box model/calculation problems remain, your site will break.</p>
<p>I prefer to pick on IE alone using this rule:<br />
<code><br />
#<a href="http://search.twitter.com/search?q=%23layer1" rel="nofollow" target="_blank" title="Search Twitter for &quot;layer1&quot;">layer1</a> {<br />
position: absolute;<br />
top: 95px;<br />
}</p>
<p>* html body #<a href="http://search.twitter.com/search?q=%23layer1" rel="nofollow" target="_blank" title="Search Twitter for &quot;layer1&quot;">layer1</a> {<br />
top: 105px;<br />
}<br />
</code></p>
<p>That is still valid, but uses a bug in IE to set the declaration. Much the same, more a case of preference I suppose.</p>
<p>If you want to target IE/pc, but not IE/mac, you would change the above declaration to the following:<br />
<code><br />
/* IEmac hiding hack \*/<br />
* html body #<a href="http://search.twitter.com/search?q=%23layer1" rel="nofollow" target="_blank" title="Search Twitter for &quot;layer1&quot;">layer1</a> {<br />
top: 105px;<br />
}<br />
/* end Ie mac hack */<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
