<?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>CSSquirrel &#187; attribute selectors</title>
	<atom:link href="http://cssquirrel.com/tag/attribute-selectors/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssquirrel.com/blog</link>
	<description>opinions and news on web design</description>
	<lastBuildDate>Fri, 18 May 2012 16:26:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSS3 Attribute Selectors: So Hot Right Now</title>
		<link>http://cssquirrel.com/blog/2008/05/01/css3-attribute-selectors-so-hot-right-now/</link>
		<comments>http://cssquirrel.com/blog/2008/05/01/css3-attribute-selectors-so-hot-right-now/#comments</comments>
		<pubDate>Thu, 01 May 2008 16:05:01 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[attribute selectors]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[sitepoint]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=14</guid>
		<description><![CDATA[As discussed here, I&#8217;m really getting into CSS3 Attribute Selectors. As mentioned earlier in my Yo-Yo post, I&#8217;ve been looking into solutions to make these guys more accessible, and I&#8217;ve come full circle to realize that I don&#8217;t need to do anything extra to incorporate them in my website and have users see them in [...]]]></description>
			<content:encoded><![CDATA[<p>As discussed <a title="CSS3 Attribute Selector blog entry at Mindfly.com" href="http://www.mindfly.com/blog/post.aspx?id=d934e89e-da1f-48cb-aaf7-12876d5c278f" target="_blank">here</a>, I&#8217;m really getting into <a title="SitePoint CSS Reference entry on CSS3 Attribute Selectors" href="http://reference.sitepoint.com/css/css3attributeselectors" target="_blank">CSS3 Attribute Selectors</a>. As mentioned earlier in my Yo-Yo post, I&#8217;ve been looking into solutions to make these guys more accessible, and I&#8217;ve come full circle to realize that I don&#8217;t need to do anything extra to incorporate them in my website and have users see them in any major browser. This is because:</p>
<p>1. The modern versions of Internet Explorer, Firefox, Safari, and Opera all support them. (Here&#8217;s a <a title="CSS3 Attribute Selector Test Page" href="http://www.mindfly.com/uploads/testcases/attribute_selectors/attribute_selectors.html" target="_blank">test page</a> at <a title="Link to Mindfly" href="http://www.mindfly.com/" target="_blank">Mindfly</a>&#8216;s website to prove the point).</p>
<p>2. The <a title="Link to Dean Edwards IE7" href="http://dean.edwards.name/IE7/" target="_blank">Dean Edwards IE7</a> script DOES extend full CSS3 attribute selector support to IE6 (I&#8217;m guessing my earlier tests had an error, because now I&#8217;m showing full compliance with this <a title="Link to a CSS3 attributes selector test page with IE7 script" href="http://www.mindfly.com/uploads/testcases/attribute_selectors/attribute_selectors2.html" target="_blank">second test page</a> that includes that script (once again, at Mindfly).</p>
<p>The CSS3 features I&#8217;m really looking for support for now, then, are the <a title="SitePoint CSS Reference entry on CSS3 Pseudoclasses" href="http://reference.sitepoint.com/css/css3psuedoclasses" target="_blank">CSS3 pseudoclasses</a> and multiple background images. *drool* Multiple background images alone would help cut down on my markup immensely, making features such as rounded boxes so much less of a pain in the arse.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2008/05/01/css3-attribute-selectors-so-hot-right-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yo-Yo</title>
		<link>http://cssquirrel.com/blog/2008/04/24/yo-yo/</link>
		<comments>http://cssquirrel.com/blog/2008/04/24/yo-yo/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 20:11:03 +0000</pubDate>
		<dc:creator>Kyle Weems</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[attribute selectors]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[dean edwards]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>

		<guid isPermaLink="false">http://www.cssquirrel.com/?p=11</guid>
		<description><![CDATA[I&#8217;ve been getting more obsessed with attribute selectors these days. They do such delightful things, and really help me cut down on the markup I need for a site. The problem, of course, is browser compatibility. So I started working on some javascript to give IE7 the functionality for CSS3 attribute selectors. Then I discovered [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been getting more obsessed with attribute selectors these days. They do such delightful things, and really help me cut down on the markup I need for a site. The problem, of course, is browser compatibility. So I started working on some javascript to give IE7 the functionality for CSS3 attribute selectors.</p>
<p>Then I discovered to my total shock that IE7 actually does support CSS3 attribute selectors.</p>
<p>Someone should tell Sitepoint this, as their reference incorrectly states that it does not.</p>
<p>However, IE6 doesn&#8217;t support ANY attribute selectors, so I went to the blackboard again to write a script for that.</p>
<p>Then I discovered that Dean Edwards&#8217; IE7 script <em>does </em>give IE6 attribute support. So I stopped writing my own script and went to check that out.</p>
<p>A while later, I discovered that the Dean Edwards script, however, does not give <em>full </em>support to IE6 for css3 attribute selectors. (Most notably, *= doesn&#8217;t seem to work).</p>
<p>So now I&#8217;m working on that script again.</p>
<p>I think I&#8217;m beginning to understand what a yo-yo feels like.</p>
]]></content:encoded>
			<wfw:commentRss>http://cssquirrel.com/blog/2008/04/24/yo-yo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

