<?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: The Catfish &#8211; Part 1</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sat, 07 Nov 2009 23:35:20 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: centinel3</title>
		<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/comment-page-1/#comment-870608</link>
		<dc:creator>centinel3</dc:creator>
		<pubDate>Fri, 30 Jan 2009 23:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1243#comment-870608</guid>
		<description>I love the script, though am running into an issue with the background of my website. When I have the catfish script working on the index page, it hinders the background from scrolling. So when the catfish pops up, the content on the index page scrolls, but not the background image. Any help would be greatly appreciated.

you can see it in action here: http://www.campbellcanes.com/

Chris</description>
		<content:encoded><![CDATA[<p>I love the script, though am running into an issue with the background of my website. When I have the catfish script working on the index page, it hinders the background from scrolling. So when the catfish pops up, the content on the index page scrolls, but not the background image. Any help would be greatly appreciated.</p>
<p>you can see it in action here: <a href="http://www.campbellcanes.com/" rel="nofollow">http://www.campbellcanes.com/</a></p>
<p>Chris</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ProDev</title>
		<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/comment-page-1/#comment-771103</link>
		<dc:creator>ProDev</dc:creator>
		<pubDate>Wed, 30 Jul 2008 17:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1243#comment-771103</guid>
		<description>In the IE example. Try clicking the bottom scroll bar button. F%&amp;# IE.</description>
		<content:encoded><![CDATA[<p>In the IE example. Try clicking the bottom scroll bar button. F%&amp;# IE.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: robbrend</title>
		<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/comment-page-1/#comment-632411</link>
		<dc:creator>robbrend</dc:creator>
		<pubDate>Mon, 11 Feb 2008 15:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1243#comment-632411</guid>
		<description>Yo man. .. thanks a lot !</description>
		<content:encoded><![CDATA[<p>Yo man. .. thanks a lot !</p>]]></content:encoded>
	</item>
	<item>
		<title>By: robbrend</title>
		<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/comment-page-1/#comment-632406</link>
		<dc:creator>robbrend</dc:creator>
		<pubDate>Mon, 11 Feb 2008 15:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1243#comment-632406</guid>
		<description>hey guys

come across this website - www&lt;em&gt;.&lt;/em&gt;instantslideup.com

It makes catfish ad creation dead simple. Check them out</description>
		<content:encoded><![CDATA[<p>hey guys</p>
<p>come across this website &#8211; www<em>.</em>instantslideup.com</p>
<p>It makes catfish ad creation dead simple. Check them out</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Freek</title>
		<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/comment-page-1/#comment-608533</link>
		<dc:creator>Freek</dc:creator>
		<pubDate>Mon, 21 Jan 2008 11:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1243#comment-608533</guid>
		<description>Yo Sitepoint, thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Yo Sitepoint, thanks for sharing.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: CHeeSeBLiND</title>
		<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/comment-page-1/#comment-211875</link>
		<dc:creator>CHeeSeBLiND</dc:creator>
		<pubDate>Mon, 26 Mar 2007 13:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1243#comment-211875</guid>
		<description>While I was playing around with this I noticed that if you use:

&lt;pre&gt;&lt;code class=&quot;html&quot;&gt;body
{
  text-align: center;
}

div#container
{
  margin: 0 auto;
  text-align: left;
}&lt;/code&gt;&lt;/pre&gt;

to center your container, then you need to add:

&lt;pre&gt;&lt;code class=&quot;html&quot;&gt;text-align: left&lt;/code&gt;&lt;/pre&gt;

to the body in IEHack.css for the suckerfish to align properly. Otherwise the div starts half way across the page.</description>
		<content:encoded><![CDATA[<p>While I was playing around with this I noticed that if you use:</p>
<pre><code class="html">body
{
  text-align: center;
}

div#container
{
  margin: 0 auto;
  text-align: left;
}</code></pre>
<p>to center your container, then you need to add:</p>
<pre><code class="html">text-align: left</code></pre>
<p>to the body in IEHack.css for the suckerfish to align properly. Otherwise the div starts half way across the page.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/comment-page-1/#comment-153111</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 13 Jan 2007 13:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1243#comment-153111</guid>
		<description>Can someone please help me and take a look at http&lt;strong&gt;:&lt;/strong&gt;//www.softtouchlaser.com/index2.html and tell me (post here) why it&#039;s not working for me?  THANKS!</description>
		<content:encoded><![CDATA[<p>Can someone please help me and take a look at http<strong>:</strong>//www.softtouchlaser.com/index2.html and tell me (post here) why it&#8217;s not working for me?  THANKS!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/comment-page-1/#comment-152507</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 12 Jan 2007 20:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1243#comment-152507</guid>
		<description>WOW!  Just what I was looking for, but being an HTML newbie, can someone spell out for me in detail what includes to download, where to put them on my server, and then what html code to use to display the castfish type banner?

Much thanks!</description>
		<content:encoded><![CDATA[<p>WOW!  Just what I was looking for, but being an HTML newbie, can someone spell out for me in detail what includes to download, where to put them on my server, and then what html code to use to display the castfish type banner?</p>
<p>Much thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: AlexW</title>
		<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/comment-page-1/#comment-95403</link>
		<dc:creator>AlexW</dc:creator>
		<pubDate>Wed, 15 Nov 2006 23:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1243#comment-95403</guid>
		<description>&lt;blockquote&gt;We used this here: [http://www.growfruitandveg.co.uk] what do you think?&lt;/blockquote&gt;

Nice work! 

Impressively executed.</description>
		<content:encoded><![CDATA[<blockquote><p>We used this here: [http://www.growfruitandveg.co.uk] what do you think?</p></blockquote>
<p>Nice work! </p>
<p>Impressively executed.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2005/10/18/the-catfish-part-1/comment-page-1/#comment-95050</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 15 Nov 2006 16:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1243#comment-95050</guid>
		<description>We used this here: [&lt;a href=&quot;http://www.growfruitandveg.co.uk&quot; rel=&quot;nofollow&quot;&gt;http://www.growfruitandveg.co.uk&lt;/a&gt;] what do you think?</description>
		<content:encoded><![CDATA[<p>We used this here: [<a href="http://www.growfruitandveg.co.uk" rel="nofollow">http://www.growfruitandveg.co.uk</a>] what do you think?</p>]]></content:encoded>
	</item>
</channel>
</rss>
