<?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: Tableless Image Gallery &#8211; An Experiment of Fluid Grid</title>
	<atom:link href="http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid/feed" rel="self" type="application/rss+xml" />
	<link>http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid</link>
	<description>A piece of code for everyone!</description>
	<lastBuildDate>Fri, 12 Mar 2010 10:38:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Katya</title>
		<link>http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid/comment-page-1#comment-38879</link>
		<dc:creator>Katya</dc:creator>
		<pubDate>Mon, 20 Jul 2009 21:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid#comment-38879</guid>
		<description>Hi, thanks for your nice example.
Do you have any hints how to use such floated grid for the elements of different height?
I mean to make in work in IE6 and 7?</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your nice example.<br />
Do you have any hints how to use such floated grid for the elements of different height?<br />
I mean to make in work in <span class="caps">IE6 </span>and 7?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanj</title>
		<link>http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid/comment-page-1#comment-15773</link>
		<dc:creator>Sanj</dc:creator>
		<pubDate>Mon, 16 Jun 2008 13:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid#comment-15773</guid>
		<description>Hi interesting stuff! I was wondering, can you not create a grid without borders, so that the image edges actually touch each other. (For example, like the &#039;Friends Grid&#039; in Facebook). Have you got a code for that? 

All the best.
Sanj</description>
		<content:encoded><![CDATA[<p>Hi interesting stuff! I was wondering, can you not create a grid without borders, so that the image edges actually touch each other. (For example, like the 'Friends Grid' in Facebook). Have you got a code for that? </p>
<p>All the best.<br />
Sanj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sirus Coder</title>
		<link>http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid/comment-page-1#comment-13962</link>
		<dc:creator>Sirus Coder</dc:creator>
		<pubDate>Thu, 29 May 2008 16:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid#comment-13962</guid>
		<description>This looks great and will work well for my website, so thank you for writing it and making it look good.

To Scott and Deborah, I think the idea here is that all the images will be of the same size (created as thumbnails) and all the captions will be constrained to a set number of lines. I am going to stick to a single line of caption and if it appears to extend over the single line, I plan on truncating the text. For example:
   Caption: The quick brown fox jumps over the lazy dog
I would display this as: The quick brown fox j...

The thinking is that these boxes would serve as quick identifiers of what you want to click on and not entire packages of information:)

Just my thoughts. Again good work!

Sirus</description>
		<content:encoded><![CDATA[<p>This looks great and will work well for my website, so thank you for writing it and making it look good.</p>
<p>To Scott and Deborah, I think the idea here is that all the images will be of the same size (created as thumbnails) and all the captions will be constrained to a set number of lines. I am going to stick to a single line of caption and if it appears to extend over the single line, I plan on truncating the text. For example:<br />
   Caption: The quick brown fox jumps over the lazy dog<br />
I would display this as: The quick brown fox j...</p>
<p>The thinking is that these boxes would serve as quick identifiers of what you want to click on and not entire packages of information:)</p>
<p>Just my thoughts. Again good work!</p>
<p>Sirus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deborah Whipp</title>
		<link>http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid/comment-page-1#comment-6251</link>
		<dc:creator>Deborah Whipp</dc:creator>
		<pubDate>Sun, 23 Mar 2008 05:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid#comment-6251</guid>
		<description>I love this and am using it on a site I&#039;m working on. However, one of my images has a 3-line caption while the rest have 2 and this does result in a gap. 

Here&#039;s the css I&#039;m using:

.album{ width:100%; background-color:#ffffff; padding:0px; float:left }
.album .imageSingle { float:left; margin:5px; width:135px; text-align:left; }
.album .imageSingle .image { width:88px; height:113px; margin:1px; text-align:left; }
.album .footer { font-family:verdana,arial,sans-serif; font-size:11px; text-align:left; width:120px; color:#3d3e5d; font-weight:normal; padding-top:0px; padding-bottom:5px; margin-top:0px; } 


Have you had any luck with this issue?</description>
		<content:encoded><![CDATA[<p>I love this and am using it on a site I'm working on. However, one of my images has a 3-line caption while the rest have 2 and this does result in a gap. </p>
<p>Here's the css I'm using:</p>
<p>.album{ width:100%; background-color:#ffffff; padding:0px; float:left }<br />
.album .imageSingle { float:left; margin:5px; width:135px; text-align:left; }<br />
.album .imageSingle .image { width:88px; height:113px; margin:1px; text-align:left; }<br />
.album .footer { font-family:verdana,arial,sans-serif; font-size:11px; text-align:left; width:120px; color:#3d3e5d; font-weight:normal; padding-top:0px; padding-bottom:5px; margin-top:0px; } </p>
<p>Have you had any luck with this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Harvey</title>
		<link>http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid/comment-page-1#comment-4537</link>
		<dc:creator>Scott Harvey</dc:creator>
		<pubDate>Sat, 23 Feb 2008 23:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid#comment-4537</guid>
		<description>The one major limitation with this type of grid is if you have a caption that takes a couple of lines or a tall image the layout will break.

This has been the main reason why I have stuck with using table for this type of thing, do you have a solution for this?</description>
		<content:encoded><![CDATA[<p>The one major limitation with this type of grid is if you have a caption that takes a couple of lines or a tall image the layout will break.</p>
<p>This has been the main reason why I have stuck with using table for this type of thing, do you have a solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roman</title>
		<link>http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid/comment-page-1#comment-2544</link>
		<dc:creator>roman</dc:creator>
		<pubDate>Fri, 28 Dec 2007 10:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://thecodecentral.com/2007/10/02/tableless-image-gallery-an-experiment-of-fluid-grid#comment-2544</guid>
		<description>i&#039;ll try it</description>
		<content:encoded><![CDATA[<p>i'll try it</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! -->