<?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: CSS Image Gallery</title>
	<atom:link href="http://display-block.co.uk/css-image-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://display-block.co.uk/css-image-gallery/</link>
	<description>A Little Bit About Everything... Web Development, Hardware, CSS, HTML, Tips, Tricks, Reviews, and everything else</description>
	<lastBuildDate>Tue, 27 Apr 2010 13:11:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sav</title>
		<link>http://display-block.co.uk/css-image-gallery/comment-page-1/#comment-870</link>
		<dc:creator>Sav</dc:creator>
		<pubDate>Tue, 27 Apr 2010 13:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://display-block.co.uk/?p=377#comment-870</guid>
		<description>Hi Andy,

Thanks for the update.
Could you show me where the code isn&#039;t up to scratch?</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>Thanks for the update.<br />
Could you show me where the code isn&#8217;t up to scratch?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Roper</title>
		<link>http://display-block.co.uk/css-image-gallery/comment-page-1/#comment-809</link>
		<dc:creator>Andy Roper</dc:creator>
		<pubDate>Wed, 07 Apr 2010 17:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://display-block.co.uk/?p=377#comment-809</guid>
		<description>OK after pulling my hair out I actually solved it. Something I have experienced with other types of coding like VBA and SQL. BEWARE OF COPYING AND PASTING. It was the quotation marks around the a class gallery photoa. Should have been ” instead of ”. Aaaargh.</description>
		<content:encoded><![CDATA[<p>OK after pulling my hair out I actually solved it. Something I have experienced with other types of coding like VBA and SQL. BEWARE OF COPYING AND PASTING. It was the quotation marks around the a class gallery photoa. Should have been ” instead of ”. Aaaargh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Roper</title>
		<link>http://display-block.co.uk/css-image-gallery/comment-page-1/#comment-808</link>
		<dc:creator>Andy Roper</dc:creator>
		<pubDate>Wed, 07 Apr 2010 17:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://display-block.co.uk/?p=377#comment-808</guid>
		<description>Hi,

I have reproduced the code but at the point where the large images are to be hidden in 1 pixel it doesn&#039;t seem to work. I have gone through the code with a comb and I cannot find an error. I am a novice at this and desperately need some help. I am using Dreamweaver CS4 would this affect the code?





gallerytut


body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #FFF;
}
#container {
height: 450px;
	width: 550px;

  }  
  #container ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
#container a.gallery span {
	position:absolute;
	width:1px;
	height:1px;
	top:5px;
	left:5px;
	overflow:hidden;
	background:#fff;
}
#container a.gallery, #container a.gallery:visited {
display:block;
color:#000;
text-decoration:none;
border:1px solid #000;
margin:1px 2px 1px 2px;
text-align:left;
cursor:default;
}
#container a.photoa {
background:url(Images/Angry-Mouse-Sketch.jpg);
height:80px;
width:80px;
}
#container a.photob {
background:url(Images/Maisy.jpg);
height:80px;
width:80px;
}
#container a.photoc {
background:url(Images/Life_drawing.JPG);
height:80px;
width:80px;
}
#container ul {
width:180px;
height:340px;
}
#container li {
float:left;
}
#container a.gallery:hover span {
position:absolute;
width:450px;
height:350px;
top:10px;
left:170px;
color:#000;
background:#fff;
}
#container a.gallery:hover { border:1px solid #fff;}







  	
    &lt;a&gt;
    
    
    This is where the accompanying text for the image is to be placed
    
    &lt;/a&gt;
    
    
    &lt;a href=&quot;”#“&quot; rel=&quot;nofollow&quot;&gt;
    
    
    This is where the accompanying text for the image is to be placed
    
    &lt;/a&gt;
    
    
    &lt;a href=&quot;”#“&quot; rel=&quot;nofollow&quot;&gt;
    
    
    This is where the accompanying text for the image is to be placed
    
    &lt;/a&gt;
    
    
    



</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have reproduced the code but at the point where the large images are to be hidden in 1 pixel it doesn&#8217;t seem to work. I have gone through the code with a comb and I cannot find an error. I am a novice at this and desperately need some help. I am using Dreamweaver CS4 would this affect the code?</p>
<p>gallerytut</p>
<p>body,td,th {<br />
	font-family: Georgia, Times New Roman, Times, serif;<br />
	font-size: 14px;<br />
	color: #000;<br />
}<br />
body {<br />
	background-color: #FFF;<br />
}<br />
#container {<br />
height: 450px;<br />
	width: 550px;</p>
<p>  }<br />
  #container ul {<br />
	padding:0;<br />
	margin:0;<br />
	list-style-type:none;<br />
	}<br />
#container a.gallery span {<br />
	position:absolute;<br />
	width:1px;<br />
	height:1px;<br />
	top:5px;<br />
	left:5px;<br />
	overflow:hidden;<br />
	background:#fff;<br />
}<br />
#container a.gallery, #container a.gallery:visited {<br />
display:block;<br />
color:#000;<br />
text-decoration:none;<br />
border:1px solid #000;<br />
margin:1px 2px 1px 2px;<br />
text-align:left;<br />
cursor:default;<br />
}<br />
#container a.photoa {<br />
background:url(Images/Angry-Mouse-Sketch.jpg);<br />
height:80px;<br />
width:80px;<br />
}<br />
#container a.photob {<br />
background:url(Images/Maisy.jpg);<br />
height:80px;<br />
width:80px;<br />
}<br />
#container a.photoc {<br />
background:url(Images/Life_drawing.JPG);<br />
height:80px;<br />
width:80px;<br />
}<br />
#container ul {<br />
width:180px;<br />
height:340px;<br />
}<br />
#container li {<br />
float:left;<br />
}<br />
#container a.gallery:hover span {<br />
position:absolute;<br />
width:450px;<br />
height:350px;<br />
top:10px;<br />
left:170px;<br />
color:#000;<br />
background:#fff;<br />
}<br />
#container a.gallery:hover { border:1px solid #fff;}</p>
<p>    <a></p>
<p>    This is where the accompanying text for the image is to be placed</p>
<p>    </a></p>
<p>    <a href="”#“" rel="nofollow"></p>
<p>    This is where the accompanying text for the image is to be placed</p>
<p>    </a></p>
<p>    <a href="”#“" rel="nofollow"></p>
<p>    This is where the accompanying text for the image is to be placed</p>
<p>    </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Json</title>
		<link>http://display-block.co.uk/css-image-gallery/comment-page-1/#comment-443</link>
		<dc:creator>Json</dc:creator>
		<pubDate>Thu, 17 Dec 2009 18:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://display-block.co.uk/?p=377#comment-443</guid>
		<description>Very cool!
How to keep showing big image after mouseout?</description>
		<content:encoded><![CDATA[<p>Very cool!<br />
How to keep showing big image after mouseout?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Brown</title>
		<link>http://display-block.co.uk/css-image-gallery/comment-page-1/#comment-106</link>
		<dc:creator>Kelly Brown</dc:creator>
		<pubDate>Sat, 13 Jun 2009 00:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://display-block.co.uk/?p=377#comment-106</guid>
		<description>The best information i have found exactly here. Keep going Thank you</description>
		<content:encoded><![CDATA[<p>The best information i have found exactly here. Keep going Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
