<?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: How to Create Beautiful and Elegant HTML Lists Using&#160;CSS</title>
	<atom:link href="http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/</link>
	<description>About Web, Design and the Future of Publishing</description>
	<lastBuildDate>Wed, 10 Mar 2010 09:01:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: thinkweird</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-8989</link>
		<dc:creator>thinkweird</dc:creator>
		<pubDate>Mon, 12 Jan 2009 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-8989</guid>
		<description>I popped into this page to find a solution to increase the spacing between the list items. 

Yes, you have it at the bottom. But how to use it?  

I copied the &quot;.spaced&quot; part into my style.css but nothing happened.</description>
		<content:encoded><![CDATA[<p>I popped into this page to find a solution to increase the spacing between the list items. </p>
<p>Yes, you have it at the bottom. But how to use it?  </p>
<p>I copied the &#8220;.spaced&#8221; part into my style.css but nothing happened.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; 10 Articles That Inspired Me In 2008 - The Mindnaked Studio Blog</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-8977</link>
		<dc:creator>&#187; 10 Articles That Inspired Me In 2008 - The Mindnaked Studio Blog</dc:creator>
		<pubDate>Mon, 12 Jan 2009 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-8977</guid>
		<description>[...] How to Create Beautiful and Elegant HTML Lists Using CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create Beautiful and Elegant HTML Lists Using CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9 Top CSS Essential Skills That Every Web designer Should Learn - aComment.net</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-7771</link>
		<dc:creator>9 Top CSS Essential Skills That Every Web designer Should Learn - aComment.net</dc:creator>
		<pubDate>Fri, 12 Sep 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-7771</guid>
		<description>[...] How to Create Beautiful and Elegant HTML Lists Using CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create Beautiful and Elegant HTML Lists Using CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-6771</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-6771</guid>
		<description>&lt;a href=&quot;#comment-6757&quot; rel=&quot;reply&quot; rel=&quot;nofollow&quot;&gt;George&lt;/a&gt;, I agree that this might be a simple solution for cross-browser consistency, but this way one looses all the semantics. I guess it wouldn&#039;t really matter for an end-user, but search engines might consider lists a better representation of a site navigation as they group the elements and make them semantically relevant. Or it&#039;s maybe my inner standardista thinking.</description>
		<content:encoded><![CDATA[<p><a href="#comment-6757" rel="reply" rel="nofollow">George</a>, I agree that this might be a simple solution for cross-browser consistency, but this way one looses all the semantics. I guess it wouldn&#8217;t really matter for an end-user, but search engines might consider lists a better representation of a site navigation as they group the elements and make them semantically relevant. Or it&#8217;s maybe my inner standardista thinking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-6757</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-6757</guid>
		<description>I&#039;ve abandoned the use of unordered lists altogether whenever possible. They never display consistently across all browsers.

I surround content in a div, then then put each line item in another div with a bullet background image that doesn&#039;t tile and is positioned correctly with respect to the line. Line-height can help too for line items that break the line. It sounds complex but in fact it&#039;s much easier and consistent across all compliant browsers. Here&#039;s an example:

div.list div {padding: 3px 0px 3px 7px; background-image:url(&#039;http://www.whatever.com/image.gif&#039;); background-repeat:no-repeat; background-position:0 9; line-height:13px;}

Once you get the styles down it&#039;s as easy as:

&lt;div class=&quot;list&quot;&gt;
 &lt;div&gt;Item 1&lt;/div&gt;
 &lt;div&gt;Item 2&lt;/div&gt;
&lt;div&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve abandoned the use of unordered lists altogether whenever possible. They never display consistently across all browsers.</p>
<p>I surround content in a div, then then put each line item in another div with a bullet background image that doesn&#8217;t tile and is positioned correctly with respect to the line. Line-height can help too for line items that break the line. It sounds complex but in fact it&#8217;s much easier and consistent across all compliant browsers. Here&#8217;s an example:</p>
<p>div.list div {padding: 3px 0px 3px 7px; background-image:url(&#8216;http://www.whatever.com/image.gif&#8217;); background-repeat:no-repeat; background-position:0 9; line-height:13px;}</p>
<p>Once you get the styles down it&#8217;s as easy as:</p>
<p>&lt;div class=&#8221;list&#8221;&gt;<br />
 &lt;div&gt;Item 1&lt;/div&gt;<br />
 &lt;div&gt;Item 2&lt;/div&gt;<br />
&lt;div&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tractament de llistes amb CSS - blog.esbudellat, esbudellant estàndards</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-5552</link>
		<dc:creator>Tractament de llistes amb CSS - blog.esbudellat, esbudellant estàndards</dc:creator>
		<pubDate>Thu, 12 Jun 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-5552</guid>
		<description>[...] How to Create Beautiful and Elegant HTML Lists Using CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create Beautiful and Elegant HTML Lists Using CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihajlo</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-3876</link>
		<dc:creator>Mihajlo</dc:creator>
		<pubDate>Mon, 12 May 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-3876</guid>
		<description>Excellent post, this helped me a lot. Thank you taking the time to share your findings with everyone!</description>
		<content:encoded><![CDATA[<p>Excellent post, this helped me a lot. Thank you taking the time to share your findings with everyone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Rees</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-1330</link>
		<dc:creator>Pat Rees</dc:creator>
		<pubDate>Sat, 12 Apr 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-1330</guid>
		<description>I have found that if you want to get everyone playing nicely it also helps to reset the property for 

text-intent: 0;</description>
		<content:encoded><![CDATA[<p>I have found that if you want to get everyone playing nicely it also helps to reset the property for </p>
<p>text-intent: 0;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best of Week (+/-) #1 &#124; Insel der Engel'</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-744</link>
		<dc:creator>Best of Week (+/-) #1 &#124; Insel der Engel'</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-744</guid>
		<description>[...] How to Create Beautiful and Elegant HTML Lists Using CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create Beautiful and Elegant HTML Lists Using CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennison Uy</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-730</link>
		<dc:creator>Dennison Uy</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-730</guid>
		<description>Personally I prefer resetting lists in general and just styling them individually, makes it easier to style menus and content lists that way.</description>
		<content:encoded><![CDATA[<p>Personally I prefer resetting lists in general and just styling them individually, makes it easier to style menus and content lists that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preparatevi ad un pieno di risorse!! &#124; Italian webdesign</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-725</link>
		<dc:creator>Preparatevi ad un pieno di risorse!! &#124; Italian webdesign</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-725</guid>
		<description>[...] da Konstructors: Come creare liste belle ed eleganti usando i css [...]</description>
		<content:encoded><![CDATA[<p>[...] da Konstructors: Come creare liste belle ed eleganti usando i css [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urls Sinistras &#187; del.icio.us entre 18/02/2008 e 05/03/2008</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-714</link>
		<dc:creator>Urls Sinistras &#187; del.icio.us entre 18/02/2008 e 05/03/2008</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-714</guid>
		<description>[...] How to Create Beautiful and Elegant HTML Lists Using CSSThis article will explain and show you how to style lists inside blog posts, articles or other basic HTML documents. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create Beautiful and Elegant HTML Lists Using CSSThis article will explain and show you how to style lists inside blog posts, articles or other basic HTML documents. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-688</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-688</guid>
		<description>Great post, I&#039;m going to put this into action on a current project.  I really appreciate when authors take the time to outline differences between browsers when writing posts like this -- without that, posts like these would be pretty useless.</description>
		<content:encoded><![CDATA[<p>Great post, I&#8217;m going to put this into action on a current project.  I really appreciate when authors take the time to outline differences between browsers when writing posts like this &#8212; without that, posts like these would be pretty useless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fatih Hayrioğlu&#8217;nun not defteri &#187; 01 Mart 2008 web&#8217;den seçme haberler</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-669</link>
		<dc:creator>Fatih Hayrioğlu&#8217;nun not defteri &#187; 01 Mart 2008 web&#8217;den seçme haberler</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-669</guid>
		<description>[...] CSS ile listeler üzerine ayrıntılı bir makale. Bağlantı [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS ile listeler üzerine ayrıntılı bir makale. Bağlantı [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tractament de llistes amb CSS - a.css, esbudellant estàndards</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-668</link>
		<dc:creator>Tractament de llistes amb CSS - a.css, esbudellant estàndards</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-668</guid>
		<description>[...] How to Create Beautiful and Elegant HTML Lists Using CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create Beautiful and Elegant HTML Lists Using CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Great Resources Elsewhere: February 22 to February 29 - CSSnewbie</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-654</link>
		<dc:creator>Great Resources Elsewhere: February 22 to February 29 - CSSnewbie</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-654</guid>
		<description>[...] How to Create Beautiful and Elegant HTML Lists Using CSS — Konstruktors Notes [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create Beautiful and Elegant HTML Lists Using CSS — Konstruktors Notes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Como crear listas HTML atractivas usando CSS &#8212; Tablosign</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-644</link>
		<dc:creator>Como crear listas HTML atractivas usando CSS &#8212; Tablosign</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-644</guid>
		<description>[...] Como crear listas HTML atractivas usando CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] Como crear listas HTML atractivas usando CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Ninjitsu Links &#124; dBlogIt by Dustin Boston</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-643</link>
		<dc:creator>CSS Ninjitsu Links &#124; dBlogIt by Dustin Boston</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-643</guid>
		<description>[...] How to Create Beautiful and Elegant HTML Lists Using CSS — Konstruktors Notes  HTML list have become one of the most used elements for marking-up various semantic content structures &#8212; navigation, comments and [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create Beautiful and Elegant HTML Lists Using CSS — Konstruktors Notes  HTML list have become one of the most used elements for marking-up various semantic content structures &#8212; navigation, comments and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lktree</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-636</link>
		<dc:creator>lktree</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-636</guid>
		<description>Your example page is almost completely broken in IE7. Maybe because of a typo in your head section:
&lt;!--[if gt IE 6]&gt;&lt;style&gt;ul, ol { height:1%; }&lt;/style&gt;&lt; ![endif]--&gt;

There should be no space in the final ;&lt; ![endif]--&gt;</description>
		<content:encoded><![CDATA[<p>Your example page is almost completely broken in IE7. Maybe because of a typo in your head section:<br />
&lt;!&#8211;[if gt IE 6]&gt;&lt;style&gt;ul, ol { height:1%; }&lt;/style&gt;&lt; ![endif]&#8211;&gt;</p>
<p>There should be no space in the final ;&lt; ![endif]&#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://konstruktors.com/blog/web-design/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-635</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/design-suggetions/125-how-to-create-beautiful-and-elegant-html-lists-using-css/#comment-635</guid>
		<description>Pretty neat. I&#039;m still learning the list stuff, but this helps a lot. :)</description>
		<content:encoded><![CDATA[<p>Pretty neat. I&#8217;m still learning the list stuff, but this helps a lot. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
