<?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: Better CSS Navigation Styling</title>
	<atom:link href="http://sublimeorange.com/css/better-css-navigation-styling/feed/" rel="self" type="application/rss+xml" />
	<link>http://sublimeorange.com/css/better-css-navigation-styling/</link>
	<description>Hello, I&#039;m Sean a student with a passion for &#60;br&#62;web development.</description>
	<lastBuildDate>Thu, 26 Aug 2010 09:56:08 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Saurooon</title>
		<link>http://sublimeorange.com/css/better-css-navigation-styling/comment-page-1/#comment-24</link>
		<dc:creator>Saurooon</dc:creator>
		<pubDate>Wed, 02 Sep 2009 23:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://sublimeorange.com/blog/?p=49#comment-24</guid>
		<description>Hi, 
Ugh, I liked! So clear and positively.
 Saurooon</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Ugh, I liked! So clear and positively.<br />
 Saurooon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monthly Mother Lode of MacDaddy Links: August 2009 &#124; bkmacdaddy designs</title>
		<link>http://sublimeorange.com/css/better-css-navigation-styling/comment-page-1/#comment-23</link>
		<dc:creator>Monthly Mother Lode of MacDaddy Links: August 2009 &#124; bkmacdaddy designs</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://sublimeorange.com/blog/?p=49#comment-23</guid>
		<description>[...] articles from which I learned new, better or alternative ways to do things Better CSS Navigation Styling Semi Web Safe Fonts to Spice Up Your Web Designs The Most 10 Common Mistakes Web Designers Make [...]</description>
		<content:encoded><![CDATA[<p>[...] articles from which I learned new, better or alternative ways to do things Better CSS Navigation Styling Semi Web Safe Fonts to Spice Up Your Web Designs The Most 10 Common Mistakes Web Designers Make [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacDaddy Links of the Week: Aug. 2-8 &#124; bkmacdaddy designs</title>
		<link>http://sublimeorange.com/css/better-css-navigation-styling/comment-page-1/#comment-15</link>
		<dc:creator>MacDaddy Links of the Week: Aug. 2-8 &#124; bkmacdaddy designs</dc:creator>
		<pubDate>Sun, 09 Aug 2009 14:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://sublimeorange.com/blog/?p=49#comment-15</guid>
		<description>[...] articles from which I learned new, better or alternative ways to do things Better CSS Navigation Styling Semi Web Safe Fonts to Spice Up Your Web Designs The Most 10 Common Mistakes Web Designers Make [...]</description>
		<content:encoded><![CDATA[<p>[...] articles from which I learned new, better or alternative ways to do things Better CSS Navigation Styling Semi Web Safe Fonts to Spice Up Your Web Designs The Most 10 Common Mistakes Web Designers Make [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://sublimeorange.com/css/better-css-navigation-styling/comment-page-1/#comment-13</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 03 Aug 2009 20:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://sublimeorange.com/blog/?p=49#comment-13</guid>
		<description>@Bill I hadn&#039;t thought of doing it that way mainly because I had used &quot;.&quot;&#039;s rather than &quot;&#124;&quot;&#039;s but that does seem a better way of doing it though.</description>
		<content:encoded><![CDATA[<p>@Bill I hadn&#8217;t thought of doing it that way mainly because I had used &#8220;.&#8221;&#8217;s rather than &#8220;|&#8221;&#8217;s but that does seem a better way of doing it though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hall</title>
		<link>http://sublimeorange.com/css/better-css-navigation-styling/comment-page-1/#comment-12</link>
		<dc:creator>Bill Hall</dc:creator>
		<pubDate>Mon, 03 Aug 2009 19:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://sublimeorange.com/blog/?p=49#comment-12</guid>
		<description>Parsed my post incorrectly, list markup was broken, but you should get the general idea.</description>
		<content:encoded><![CDATA[<p>Parsed my post incorrectly, list markup was broken, but you should get the general idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hall</title>
		<link>http://sublimeorange.com/css/better-css-navigation-styling/comment-page-1/#comment-11</link>
		<dc:creator>Bill Hall</dc:creator>
		<pubDate>Mon, 03 Aug 2009 19:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://sublimeorange.com/blog/?p=49#comment-11</guid>
		<description>Sorry I should have elaborated. This markup should work

OneTwoThree

ul li {
  border-right: 1px solid #000;
}
ul li.last {
  border-right: none;
}

Only thing you need to watch out for is if you apply some :hover affects to give it some flare. If you do a :hover { border-bottom: 5px dashed #000; } You will see that the border jumps. There are easy fixes for this though, just make sure you have a border underline present in the state before the :hover and there will be no &#039;jump&#039;.

Anyway, my two cents. I&#039;m not a fan of anything new because my clients need to outreach to possible people, anything that affects content or presentation must flow across all browsers.</description>
		<content:encoded><![CDATA[<p>Sorry I should have elaborated. This markup should work</p>
<p>OneTwoThree</p>
<p>ul li {<br />
  border-right: 1px solid #000;<br />
}<br />
ul li.last {<br />
  border-right: none;<br />
}</p>
<p>Only thing you need to watch out for is if you apply some :hover affects to give it some flare. If you do a :hover { border-bottom: 5px dashed #000; } You will see that the border jumps. There are easy fixes for this though, just make sure you have a border underline present in the state before the :hover and there will be no &#8216;jump&#8217;.</p>
<p>Anyway, my two cents. I&#8217;m not a fan of anything new because my clients need to outreach to possible people, anything that affects content or presentation must flow across all browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hall</title>
		<link>http://sublimeorange.com/css/better-css-navigation-styling/comment-page-1/#comment-10</link>
		<dc:creator>Bill Hall</dc:creator>
		<pubDate>Mon, 03 Aug 2009 19:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://sublimeorange.com/blog/?p=49#comment-10</guid>
		<description>Why not try adding side borders. Better for cross browser.</description>
		<content:encoded><![CDATA[<p>Why not try adding side borders. Better for cross browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Better CSS Navigation Styling // SublimeOrange</title>
		<link>http://sublimeorange.com/css/better-css-navigation-styling/comment-page-1/#comment-8</link>
		<dc:creator>Better CSS Navigation Styling // SublimeOrange</dc:creator>
		<pubDate>Sun, 02 Aug 2009 18:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://sublimeorange.com/blog/?p=49#comment-8</guid>
		<description>[...] View original post here: Better CSS Navigation Styling // SublimeOrange [...]</description>
		<content:encoded><![CDATA[<p>[...] View original post here: Better CSS Navigation Styling // SublimeOrange [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randall A. Gordon</title>
		<link>http://sublimeorange.com/css/better-css-navigation-styling/comment-page-1/#comment-7</link>
		<dc:creator>Randall A. Gordon</dc:creator>
		<pubDate>Sat, 25 Jul 2009 18:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://sublimeorange.com/blog/?p=49#comment-7</guid>
		<description>Very nice! I know I&#039;m stoked to see widespread support for CSS3 across the market. I&#039;ve got my fingers crossed that the prevalence of WebKit usage in mobile browsers will speed things along.

May be worth mentioning that while we&#039;re waiting for such support, designers and developers who must support older browsers do have options. With libraries like jQuery, Prototype and Sizzle, CSS3 selectors can be cross browser (and make life easier for everyone) right now!</description>
		<content:encoded><![CDATA[<p>Very nice! I know I&#8217;m stoked to see widespread support for CSS3 across the market. I&#8217;ve got my fingers crossed that the prevalence of WebKit usage in mobile browsers will speed things along.</p>
<p>May be worth mentioning that while we&#8217;re waiting for such support, designers and developers who must support older browsers do have options. With libraries like jQuery, Prototype and Sizzle, CSS3 selectors can be cross browser (and make life easier for everyone) right now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Auntie Von</title>
		<link>http://sublimeorange.com/css/better-css-navigation-styling/comment-page-1/#comment-6</link>
		<dc:creator>Auntie Von</dc:creator>
		<pubDate>Sat, 25 Jul 2009 16:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://sublimeorange.com/blog/?p=49#comment-6</guid>
		<description>Ahh...that&#039;s fair enough, but may be worth a note somewhere.</description>
		<content:encoded><![CDATA[<p>Ahh&#8230;that&#8217;s fair enough, but may be worth a note somewhere.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->