<?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: CSS Selectors &#8211; a real world example</title>
	<atom:link href="http://jc-designs.net/blog/2010/03/css-selectors-a-real-world-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://jc-designs.net/blog/2010/03/css-selectors-a-real-world-example/</link>
	<description>jc-designs blog</description>
	<lastBuildDate>Thu, 09 Sep 2010 08:37:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jcDesigns</title>
		<link>http://jc-designs.net/blog/2010/03/css-selectors-a-real-world-example/comment-page-1/#comment-417</link>
		<dc:creator>jcDesigns</dc:creator>
		<pubDate>Thu, 11 Mar 2010 20:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=174#comment-417</guid>
		<description>First let me say, thank you for being one of the first comments on my newly designed blog. In doing so, I got to see a css problem that I had to correct on the leave a reply pages.

Glad you found this useful. I&#039;ve only had to use selectors in my sites a few times. One important one was in my old blog design:

div[id] {
properties here
}

This was because what I was working on was creating divs dynamically, and the classes and ids were different depending on the page. The order would stay the same though. The one I needed to target happened to be the only one with an id. The style above technically hits ALL divs with id&#039;s, so I was able to be more specific with something like this:

#contentContainer div[id]

Selectors come in handy, but I haven&#039;t had to use them all too often.</description>
		<content:encoded><![CDATA[<p>First let me say, thank you for being one of the first comments on my newly designed blog. In doing so, I got to see a css problem that I had to correct on the leave a reply pages.</p>
<p>Glad you found this useful. I&#8217;ve only had to use selectors in my sites a few times. One important one was in my old blog design:</p>
<p>div[id] {<br />
properties here<br />
}</p>
<p>This was because what I was working on was creating divs dynamically, and the classes and ids were different depending on the page. The order would stay the same though. The one I needed to target happened to be the only one with an id. The style above technically hits ALL divs with id&#8217;s, so I was able to be more specific with something like this:</p>
<p>#contentContainer div[id]</p>
<p>Selectors come in handy, but I haven&#8217;t had to use them all too often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph McCullough</title>
		<link>http://jc-designs.net/blog/2010/03/css-selectors-a-real-world-example/comment-page-1/#comment-415</link>
		<dc:creator>Joseph McCullough</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://jc-designs.net/blog/?p=174#comment-415</guid>
		<description>This is really cool. I just recently learned about CSS  selectors, but the author could not provide a context in which it would actually be useful. This puts things into perspective. I&#039;ll keep my eyes open for chances to use this. Sometimes it&#039;s tough having so many tools available to you, you know? It&#039;s knowing when to use what that  gives me problems.</description>
		<content:encoded><![CDATA[<p>This is really cool. I just recently learned about CSS  selectors, but the author could not provide a context in which it would actually be useful. This puts things into perspective. I&#8217;ll keep my eyes open for chances to use this. Sometimes it&#8217;s tough having so many tools available to you, you know? It&#8217;s knowing when to use what that  gives me problems.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
