<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: CSS Adjacent-Sibling Selector</title>
	<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/</link>
	<description>A weblog about webdesign, webdevelopment, css, php and other webrelated topics.</description>
	<pubDate>Thu, 24 Jul 2008 04:31:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: CSS Diseases: Divitis &#38; Classitis &#124; Onyx Design Weblog</title>
		<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-374</link>
		<dc:creator>CSS Diseases: Divitis &#38; Classitis &#124; Onyx Design Weblog</dc:creator>
		<pubDate>Wed, 28 May 2008 13:01:20 +0000</pubDate>
		<guid>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-374</guid>
		<description>[...] CSS Adjacent Sibling Selector; this CSS selector is not well known but can be used to target some specific elements, and you don&#8217;t have to give them a class if you use this CSS selector. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] CSS Adjacent Sibling Selector; this CSS selector is not well known but can be used to target some specific elements, and you don&#8217;t have to give them a class if you use this CSS selector. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-150</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Fri, 18 Apr 2008 20:24:28 +0000</pubDate>
		<guid>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-150</guid>
		<description>hi nice post, i enjoyed it</description>
		<content:encoded><![CDATA[<p>hi nice post, i enjoyed it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian</title>
		<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-125</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Tue, 08 Apr 2008 06:36:17 +0000</pubDate>
		<guid>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-125</guid>
		<description>@Edwin, Thanks for your comment! I really can't wait for the day that we don't have to be concerned about IE6 anymore. There are so many great techniques out there that can't be used yet, because of IE6.</description>
		<content:encoded><![CDATA[<p>@Edwin, Thanks for your comment! I really can&#8217;t wait for the day that we don&#8217;t have to be concerned about IE6 anymore. There are so many great techniques out there that can&#8217;t be used yet, because of IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-123</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Mon, 07 Apr 2008 23:54:40 +0000</pubDate>
		<guid>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-123</guid>
		<description>Really cool, never heard of this function before. A pitty that - as almost always - ie6 doesn't support this... ;)</description>
		<content:encoded><![CDATA[<p>Really cool, never heard of this function before. A pitty that - as almost always - ie6 doesn&#8217;t support this&#8230; <img src='http://www.onyx-design.net/weblog2/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Love is not Over &#187; Blog Archive &#187; Link Digest</title>
		<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-103</link>
		<dc:creator>Love is not Over &#187; Blog Archive &#187; Link Digest</dc:creator>
		<pubDate>Thu, 03 Apr 2008 18:12:37 +0000</pubDate>
		<guid>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-103</guid>
		<description>[...] CSS Adjacent-Sibling Selector - Something I started using a few months back, especially since I always define my margins for most elements, it&#8217;s handy to drop the margin-top of p tags when they fall directly underneath a heading tag. Remember, no IE 6 support, but also remember jQuery could take care of this all for you if you want cross-browser support. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] CSS Adjacent-Sibling Selector - Something I started using a few months back, especially since I always define my margins for most elements, it&#8217;s handy to drop the margin-top of p tags when they fall directly underneath a heading tag. Remember, no IE 6 support, but also remember jQuery could take care of this all for you if you want cross-browser support. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian</title>
		<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-58</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Tue, 18 Mar 2008 17:25:11 +0000</pubDate>
		<guid>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-58</guid>
		<description>@NatalieMac,
You're absolutely right. There are so much uses of these selectors and still they are so less used. According to &lt;a href="http://www.westciv.com/style_master/academy/browser_support/selectors.html" rel="nofollow"&gt;this reference on westciv&lt;/a&gt; the adjacent-sibling selector is not supported by IE6 or lower. But it will be safe to use this is the near future, if less people use IE6. And you can always add css for the lower versions of IE with conditional comments.

Thanks for your comment :)

@Nick, thanks for your comment! I must say that this selector is supported by IE7 (and IE8) so IE6 is the only problem with this method.</description>
		<content:encoded><![CDATA[<p>@NatalieMac,<br />
You&#8217;re absolutely right. There are so much uses of these selectors and still they are so less used. According to <a href="http://www.westciv.com/style_master/academy/browser_support/selectors.html" rel="nofollow">this reference on westciv</a> the adjacent-sibling selector is not supported by IE6 or lower. But it will be safe to use this is the near future, if less people use IE6. And you can always add css for the lower versions of IE with conditional comments.</p>
<p>Thanks for your comment <img src='http://www.onyx-design.net/weblog2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Nick, thanks for your comment! I must say that this selector is supported by IE7 (and IE8) so IE6 is the only problem with this method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NatalieMac</title>
		<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-57</link>
		<dc:creator>NatalieMac</dc:creator>
		<pubDate>Tue, 18 Mar 2008 17:09:26 +0000</pubDate>
		<guid>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-57</guid>
		<description>A lot of these extremely useful but not commonly used CSS selectors aren't commonly used because of the serious shortcomings of Internet Explorer 6, and to a lesser extent Internet Explorer 7. With IE8 promising to be fully CSS 2.1 compliant, it will be useful indeed to know all these selectors and to make use of them as IE6 fades into the background.

Great job in keeping these selectors in the forefront of people's minds.</description>
		<content:encoded><![CDATA[<p>A lot of these extremely useful but not commonly used CSS selectors aren&#8217;t commonly used because of the serious shortcomings of Internet Explorer 6, and to a lesser extent Internet Explorer 7. With IE8 promising to be fully CSS 2.1 compliant, it will be useful indeed to know all these selectors and to make use of them as IE6 fades into the background.</p>
<p>Great job in keeping these selectors in the forefront of people&#8217;s minds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links of&#160;Interest - CSS-Tricks</title>
		<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-56</link>
		<dc:creator>Links of&#160;Interest - CSS-Tricks</dc:creator>
		<pubDate>Tue, 18 Mar 2008 15:29:01 +0000</pubDate>
		<guid>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-56</guid>
		<description>[...] Design has a great idea for the use of CSS Adjacent Sibling Selectors: a list of &#8220;winners&#8221;. If you had a bunch of lists of say, 10 names, and the first one [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Design has a great idea for the use of CSS Adjacent Sibling Selectors: a list of &#8220;winners&#8221;. If you had a bunch of lists of say, 10 names, and the first one [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fatih Hayrioğlu&#8217;nun not defteri &#187; 18 Mart 2008 web&#8217;den seçme haberler</title>
		<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-55</link>
		<dc:creator>Fatih Hayrioğlu&#8217;nun not defteri &#187; 18 Mart 2008 web&#8217;den seçme haberler</dc:creator>
		<pubDate>Tue, 18 Mar 2008 09:27:58 +0000</pubDate>
		<guid>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-55</guid>
		<description>[...] Bitişik kardeş seçicilerin kullanımına farklı bir örnek. Bağlantı [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Bitişik kardeş seçicilerin kullanımına farklı bir örnek. Bağlantı [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-51</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 17 Mar 2008 20:50:29 +0000</pubDate>
		<guid>http://www.onyx-design.net/weblog2/css/css-adjacent-sibling-selector/#comment-51</guid>
		<description>This is a wonderful method for targeting elements just only works in browsers that support CSS2 fully **cough not IE**</description>
		<content:encoded><![CDATA[<p>This is a wonderful method for targeting elements just only works in browsers that support CSS2 fully **cough not IE**</p>
]]></content:encoded>
	</item>
</channel>
</rss>
