<?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: Custom Image Bullets for Unordered Lists using CSS</title>
	<atom:link href="http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Dec 2011 10:43:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ravinder</title>
		<link>http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/comment-page-1/#comment-12328</link>
		<dc:creator>ravinder</dc:creator>
		<pubDate>Thu, 29 Dec 2011 10:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=84#comment-12328</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Hosting</title>
		<link>http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/comment-page-1/#comment-10646</link>
		<dc:creator>Web Hosting</dc:creator>
		<pubDate>Tue, 01 Nov 2011 20:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=84#comment-10646</guid>
		<description>Very professional and detailed article on how to use custom CSS list items. I tried out example 0, which works perfectly! Thx!</description>
		<content:encoded><![CDATA[<p>Very professional and detailed article on how to use custom CSS list items. I tried out example 0, which works perfectly! Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Schoberg</title>
		<link>http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/comment-page-1/#comment-8631</link>
		<dc:creator>Jesse Schoberg</dc:creator>
		<pubDate>Mon, 20 Jun 2011 17:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=84#comment-8631</guid>
		<description>&lt;p&gt;@Rob&lt;/p&gt;
&lt;p&gt;You can use the &lt;code&gt;:first-child&lt;/code&gt; selector to access that. Just add these 2 lines to your css after the ones you have about the menu:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#main-nav li:first-child{padding-left:0;background:none;}
 #main-nav li:first-child a{padding-left:0;}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Also tweak the left/right padding on the &lt;code&gt;a&lt;/code&gt; to 14px to get them all on one line.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@Rob</p>
<p>You can use the <code>:first-child</code> selector to access that. Just add these 2 lines to your css after the ones you have about the menu:</p>
<p><code>#main-nav li:first-child{padding-left:0;background:none;}<br />
 #main-nav li:first-child a{padding-left:0;}</code></p>
<p>Also tweak the left/right padding on the <code>a</code> to 14px to get them all on one line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/comment-page-1/#comment-8626</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 20 Jun 2011 05:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=84#comment-8626</guid>
		<description>Fun post; thanks for posting these tips, Jesse! 

I&#039;ve looking into a solution for my own list items.  I&#039;m building a site for a client who expressed interest in having bullets as separators between links. One thought come to my mind---throw a div in between each list item to fit the size of the bullet. 

The problem with wanting to have bullets ONLY as separators between links is that using background images with the actual list tag places a bullet for each link. How does one go about removing the unwanted bullet on a specific&lt;a&gt; tag?

Removing the &lt;li&gt; tag off my &quot;home&quot; link throws the whole div bar off, so I&#039;m curious what the best solution is here. If I can &quot;hide&quot; the first &lt;li&gt; tag for the home link, that would be great!

Thanks for your assistance! I&#039;ve included the link in the &quot;website&quot; area of form response.

-Rob</description>
		<content:encoded><![CDATA[<p>Fun post; thanks for posting these tips, Jesse! </p>
<p>I&#8217;ve looking into a solution for my own list items.  I&#8217;m building a site for a client who expressed interest in having bullets as separators between links. One thought come to my mind&#8212;throw a div in between each list item to fit the size of the bullet. </p>
<p>The problem with wanting to have bullets ONLY as separators between links is that using background images with the actual list tag places a bullet for each link. How does one go about removing the unwanted bullet on a specific&lt;a&gt; tag?</p>
<p>Removing the &lt;li&gt; tag off my &#8220;home&#8221; link throws the whole div bar off, so I&#8217;m curious what the best solution is here. If I can &#8220;hide&#8221; the first &lt;li&gt; tag for the home link, that would be great!</p>
<p>Thanks for your assistance! I&#8217;ve included the link in the &#8220;website&#8221; area of form response.</p>
<p>-Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew N. Wright</title>
		<link>http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/comment-page-1/#comment-8512</link>
		<dc:creator>Matthew N. Wright</dc:creator>
		<pubDate>Sat, 11 Jun 2011 14:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=84#comment-8512</guid>
		<description>And yes, code IS poetry! ^^</description>
		<content:encoded><![CDATA[<p>And yes, code IS poetry! ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew N. Wright</title>
		<link>http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/comment-page-1/#comment-8511</link>
		<dc:creator>Matthew N. Wright</dc:creator>
		<pubDate>Sat, 11 Jun 2011 14:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=84#comment-8511</guid>
		<description>Thanks to your sample code and explanation, our rotating mission statement looks snazy! ^_^
-Matthew
http://smallpla.net</description>
		<content:encoded><![CDATA[<p>Thanks to your sample code and explanation, our rotating mission statement looks snazy! ^_^<br />
-Matthew<br />
<a href="http://smallpla.net" rel="nofollow">http://smallpla.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patito</title>
		<link>http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/comment-page-1/#comment-426</link>
		<dc:creator>Patito</dc:creator>
		<pubDate>Sat, 28 Mar 2009 18:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=84#comment-426</guid>
		<description>Really helpful information... T_T ty</description>
		<content:encoded><![CDATA[<p>Really helpful information&#8230; T_T ty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vanessa</title>
		<link>http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/comment-page-1/#comment-303</link>
		<dc:creator>Vanessa</dc:creator>
		<pubDate>Fri, 13 Mar 2009 16:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=84#comment-303</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://schoberg.net/2008/10/custom-image-bullets-for-unordered-lists-using-css/comment-page-1/#comment-22</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Sat, 04 Oct 2008 16:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=84#comment-22</guid>
		<description>Well written article Jesse.</description>
		<content:encoded><![CDATA[<p>Well written article Jesse.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

