<?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: Lists that don&#8217;t look like lists</title>
	<atom:link href="http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 05:23:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dean C</title>
		<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/comment-page-1/#comment-3662</link>
		<dc:creator>Dean C</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">301412831#comment-3662</guid>
		<description>&lt;p&gt;alistapart&#039;s example looks great :)&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>alistapart&#8217;s example looks great :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: OfficeOfTheLaw</title>
		<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/comment-page-1/#comment-3663</link>
		<dc:creator>OfficeOfTheLaw</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">301412831#comment-3663</guid>
		<description>&lt;p&gt;what kind of remote control is that supposed to be? Fruit buttons?&lt;/p&gt;

&lt;p&gt;I think a better way would have been to make, say, 3 un ordered lists with the &lt;li&gt;s floated left, making 3 rows of buttons. From there, we could set the background images for &lt;li&gt;&#039;s to be a default button image, with on hover using a lit up button (perhaps this should be applied to &lt;a&gt;?), and just use text for the button labels. &lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>what kind of remote control is that supposed to be? Fruit buttons?</p>
<p>I think a better way would have been to make, say, 3 un ordered lists with the
<li>s floated left, making 3 rows of buttons. From there, we could set the background images for
</li><li>&#8217;s to be a default button image, with on hover using a lit up button (perhaps this should be applied to <a>?), and just use text for the button labels. </a></li></p>]]></content:encoded>
	</item>
	<item>
		<title>By: ac070</title>
		<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/comment-page-1/#comment-3664</link>
		<dc:creator>ac070</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">301412831#comment-3664</guid>
		<description>&lt;p&gt;Dave Shea&#039;s CSS Sprites example is particularly  refreshing.&lt;/p&gt;

&lt;p&gt;thanks for the pointers.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Dave Shea&#8217;s CSS Sprites example is particularly  refreshing.</p>
<p>thanks for the pointers.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: omnicity</title>
		<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/comment-page-1/#comment-3665</link>
		<dc:creator>omnicity</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">301412831#comment-3665</guid>
		<description>&lt;p&gt;Dave Shea&#039;s CSS Sprites example is beautiful, but I should point out that the shapes are NOT irregular as stated above - by overlapping them carefully one can &#039;cut out&#039; of another, but that is very limited. Most of the effect here is from the graphics, rather than from the coding.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Dave Shea&#8217;s CSS Sprites example is beautiful, but I should point out that the shapes are NOT irregular as stated above &#8211; by overlapping them carefully one can &#8216;cut out&#8217; of another, but that is very limited. Most of the effect here is from the graphics, rather than from the coding.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xDev</title>
		<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/comment-page-1/#comment-3666</link>
		<dc:creator>xDev</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">301412831#comment-3666</guid>
		<description>&lt;p&gt;Nothing is impossible. Draw up any interface you please, however complicated, slice up the pieces, as it was done so sucessfully in the 90&#039;s, and code away. In the old days we did it with tables. That IS very limiting. Using lists with the parent ul set to position: relative and the child li&#039;s set to absolute and you can position anything anywhere you please - your only limited by the dimensions of the page and the parent itself. Dave Shea&#039;s example was a revelation when I first saw it and it still gets my creative juices flowing every time when I think of the possibilities that this technique can accomplish.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Nothing is impossible. Draw up any interface you please, however complicated, slice up the pieces, as it was done so sucessfully in the 90&#8217;s, and code away. In the old days we did it with tables. That IS very limiting. Using lists with the parent ul set to position: relative and the child li&#8217;s set to absolute and you can position anything anywhere you please &#8211; your only limited by the dimensions of the page and the parent itself. Dave Shea&#8217;s example was a revelation when I first saw it and it still gets my creative juices flowing every time when I think of the possibilities that this technique can accomplish.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Russ Weakley</title>
		<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/comment-page-1/#comment-3667</link>
		<dc:creator>Russ Weakley</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">301412831#comment-3667</guid>
		<description>&lt;p&gt;a modified version is now online that hopefully looks less like fruit buttons:&lt;/p&gt;

&lt;p&gt;http://www.maxdesign.com.au/presentation/remote/remote-new.htm&lt;/p&gt;

&lt;p&gt;:)&lt;br /&gt;
Russ&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>a modified version is now online that hopefully looks less like fruit buttons:</p>
<p><a href="http://www.maxdesign.com.au/presentation/remote/remote-new.htm" rel="nofollow">http://www.maxdesign.com.au/presentation/remote/remote-new.htm</a></p>
<p>:)<br />
Russ</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xDev</title>
		<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/comment-page-1/#comment-3668</link>
		<dc:creator>xDev</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">301412831#comment-3668</guid>
		<description>&lt;p&gt;That&#039;s what I call a remote! I wonder what that guy has to say now.&lt;/p&gt;

&lt;p&gt;Can&#039;t stand those people who insist on comparing Flash to CSS. It&#039;s not even in the same universe. I have a feeling its the types who decided that when they wanted to learn to make websites they went straight to flash, just to be cool, and now they don&#039;t really know any other way. You see that a lot even with the flash gurus. If an html version is even made at all, it usually looks as if it was done in FrontPage as an afterthought ... and by someone who doesn&#039;t even understand the rudimentaries of basic html and css.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>That&#8217;s what I call a remote! I wonder what that guy has to say now.</p>
<p>Can&#8217;t stand those people who insist on comparing Flash to CSS. It&#8217;s not even in the same universe. I have a feeling its the types who decided that when they wanted to learn to make websites they went straight to flash, just to be cool, and now they don&#8217;t really know any other way. You see that a lot even with the flash gurus. If an html version is even made at all, it usually looks as if it was done in FrontPage as an afterthought &#8230; and by someone who doesn&#8217;t even understand the rudimentaries of basic html and css.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kermit</title>
		<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/comment-page-1/#comment-3669</link>
		<dc:creator>Kermit</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">301412831#comment-3669</guid>
		<description>&lt;p&gt;Most people can learn technique from good examples. One of the best web sites for demonstrating CSS design (and particularly lists) is the CSSzenGarden site&lt;br /&gt;
 for example of basic lists (without JS)&lt;br /&gt;
&lt;a href=&quot;http://www.csszengarden.com/?cssfile=http://www.peachbunny.com/organic_desire/organic_desire.css&quot;&gt;
and 
[url=http://www.csszengarden.com/?cssfile=088%2F088%2Ecss ]
 for scrolling background on different z levels [url=http://www.csszengarden.com/?cssfile=058%2F058%2Ecss]
  
 all the demo pages on this site have exactly the same html and the only varient is the css file being applied&lt;/a&gt;&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Most people can learn technique from good examples. One of the best web sites for demonstrating CSS design (and particularly lists) is the CSSzenGarden site<br />
 for example of basic lists (without JS)<br />
<a href="http://www.csszengarden.com/?cssfile=http://www.peachbunny.com/organic_desire/organic_desire.css"><br />
and<br />
[url=http://www.csszengarden.com/?cssfile=088%2F088%2Ecss ]<br />
 for scrolling background on different z levels [url=http://www.csszengarden.com/?cssfile=058%2F058%2Ecss]</a></p>
<p> all the demo pages on this site have exactly the same html and the only varient is the css file being applied</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Deep13</title>
		<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/comment-page-1/#comment-3670</link>
		<dc:creator>Deep13</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">301412831#comment-3670</guid>
		<description>&lt;p&gt;Listamatic example were simply brilliant..&lt;br /&gt;
and even remote control one...&lt;br /&gt;
very good article.. :)&lt;/p&gt;

&lt;p&gt;Deep&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Listamatic example were simply brilliant..<br />
and even remote control one&#8230;<br />
very good article.. :)</p>
<p>Deep</p>]]></content:encoded>
	</item>
	<item>
		<title>By: luxuryluke</title>
		<link>http://www.sitepoint.com/blogs/2004/12/01/lists-that-dont-look-like-lists/comment-page-1/#comment-3671</link>
		<dc:creator>luxuryluke</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">301412831#comment-3671</guid>
		<description>&lt;p&gt;I enjoyed making my &lt;a href=&quot;http://css.maxdesign.com.au/listamatic/horizontal29.htm&quot; target=&quot;_blank&quot;&gt;interactive folder list&lt;/a&gt; a few months ago, and since then i&#039;ve broken the barrier of how to weave in between Explorer&#039;s stepchild behaviors (no offense). &lt;/p&gt;

&lt;p&gt;In all actuality, I&#039;m *glad* that &lt;a href=&quot;http://www.microsoft.com/presspass/press/2005/feb05/02-15RSA05KeynotePR.asp&quot; target=&quot;_blank&quot;&gt;Bill will release IE 7!&lt;/a&gt; If it&#039;s anywhere as good as Firefox, all of us CSS coders will eventually be able to take coffee/smoke/horseshoe breaks again.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I enjoyed making my <a href="http://css.maxdesign.com.au/listamatic/horizontal29.htm" target="_blank">interactive folder list</a> a few months ago, and since then i&#8217;ve broken the barrier of how to weave in between Explorer&#8217;s stepchild behaviors (no offense). </p>
<p>In all actuality, I&#8217;m *glad* that <a href="http://www.microsoft.com/presspass/press/2005/feb05/02-15RSA05KeynotePR.asp" target="_blank">Bill will release IE 7!</a> If it&#8217;s anywhere as good as Firefox, all of us CSS coders will eventually be able to take coffee/smoke/horseshoe breaks again.</p>]]></content:encoded>
	</item>
</channel>
</rss>
