<?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: Scrolling, Scrolling, Scrolling</title>
	<atom:link href="http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:18:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-159649</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Tue, 02 Feb 2010 07:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-159649</guid>
		<description>@Brian: This should work on the iphone as it is. You just have to remember that the iphone needs a 2 finger scroll for any elements that should have a scroll bar. 

Of course the iphone doesn&#039;t show the scrollbar which makes it hard for users to realise they need to use a 2 finger scroll and indeed most don&#039;t know about it anyway.</description>
		<content:encoded><![CDATA[<p>@Brian: This should work on the iphone as it is. You just have to remember that the iphone needs a 2 finger scroll for any elements that should have a scroll bar. </p>
<p>Of course the iphone doesn&#8217;t show the scrollbar which makes it hard for users to realise they need to use a 2 finger scroll and indeed most don&#8217;t know about it anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-159552</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-159552</guid>
		<description>Is there a way to make this work on mobile browsers such as Safari for the iPhone?</description>
		<content:encoded><![CDATA[<p>Is there a way to make this work on mobile browsers such as Safari for the iPhone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-134602</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Mon, 30 Mar 2009 08:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-134602</guid>
		<description>Hi Rembrandt,

The width of the scrolling box is a fluid width and is not defined anywhere. That was the main point of the demo :)

It will be as wide as the content that you specify. The same applies to the height.

I only gave a width to the &quot;parent&quot; container to provide the visual effects I wanted. Without a width the element would be viewport (or parent container) width what ever that may be.

It works fine without a width so you must mean something else as the site you linked to doesn&#039;t seem to have anythng in common with the demo unless I&#039;m misunderstanding something :)</description>
		<content:encoded><![CDATA[<p>Hi Rembrandt,</p>
<p>The width of the scrolling box is a fluid width and is not defined anywhere. That was the main point of the demo <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It will be as wide as the content that you specify. The same applies to the height.</p>
<p>I only gave a width to the &#8220;parent&#8221; container to provide the visual effects I wanted. Without a width the element would be viewport (or parent container) width what ever that may be.</p>
<p>It works fine without a width so you must mean something else as the site you linked to doesn&#8217;t seem to have anythng in common with the demo unless I&#8217;m misunderstanding something <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rembrant</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-134581</link>
		<dc:creator>Rembrant</dc:creator>
		<pubDate>Mon, 30 Mar 2009 03:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-134581</guid>
		<description>Dear Paul,

Thank you for your great tutorial! It&#039;s been a great help to me and a very good read in general.

I was trying it out myself but I stumbled upon some strange behaviour if you insert this concept into a fully fluid layout. Safari Firefox and IE just jumble up the page completely, each in it&#039;s own way.

Do you think there would be a solution to use exactly this concept but have the heights of the wrapper, ul, il and img be fluid (so, defined in % of each other) and all widths, except for the wrapper, be undefined? (so to allow fully dynamic database content).

It seems like this could be a great solution to make a horizontally scrolling image gallery/creative portfolio that can adapt to any screen size (I&#039;m thinking mobile devices here for example) and follow along the w3c guidelines. If only I could figure out how to do this without scrambling the whole layout.

e.g. This site ( http://www.landonmetz.com/ ) uses the concept that I have in mind except that:
1. It uses tables
2. The images aren&#039;t fluid

Yours sincerely,

- Rembrant</description>
		<content:encoded><![CDATA[<p>Dear Paul,</p>
<p>Thank you for your great tutorial! It&#8217;s been a great help to me and a very good read in general.</p>
<p>I was trying it out myself but I stumbled upon some strange behaviour if you insert this concept into a fully fluid layout. Safari Firefox and IE just jumble up the page completely, each in it&#8217;s own way.</p>
<p>Do you think there would be a solution to use exactly this concept but have the heights of the wrapper, ul, il and img be fluid (so, defined in % of each other) and all widths, except for the wrapper, be undefined? (so to allow fully dynamic database content).</p>
<p>It seems like this could be a great solution to make a horizontally scrolling image gallery/creative portfolio that can adapt to any screen size (I&#8217;m thinking mobile devices here for example) and follow along the w3c guidelines. If only I could figure out how to do this without scrambling the whole layout.</p>
<p>e.g. This site ( <a href="http://www.landonmetz.com/" rel="nofollow">http://www.landonmetz.com/</a> ) uses the concept that I have in mind except that:<br />
1. It uses tables<br />
2. The images aren&#8217;t fluid</p>
<p>Yours sincerely,</p>
<p>- Rembrant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-122225</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Tue, 06 Jan 2009 13:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-122225</guid>
		<description>Yes Duncan77 that was it :) Sorry I didn&#039;t make it clearer.</description>
		<content:encoded><![CDATA[<p>Yes Duncan77 that was it <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Sorry I didn&#8217;t make it clearer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan77</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-122124</link>
		<dc:creator>Duncan77</dc:creator>
		<pubDate>Mon, 05 Jan 2009 23:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-122124</guid>
		<description>Sorry - just worked it out: it&#039;s the display: table-row and display: table-cell rules.

Duncan77</description>
		<content:encoded><![CDATA[<p>Sorry &#8211; just worked it out: it&#8217;s the display: table-row and display: table-cell rules.</p>
<p>Duncan77</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan77</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-122107</link>
		<dc:creator>Duncan77</dc:creator>
		<pubDate>Mon, 05 Jan 2009 21:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-122107</guid>
		<description>... and what was the critical fix needed to get IE8 to work?    I&#039;ve looked through the two source files and it wasn&#039;t obvious.

Duncan77</description>
		<content:encoded><![CDATA[<p>&#8230; and what was the critical fix needed to get IE8 to work?    I&#8217;ve looked through the two source files and it wasn&#8217;t obvious.</p>
<p>Duncan77</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-108346</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Wed, 29 Oct 2008 21:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-108346</guid>
		<description>I&#039;ve just spent the last 24 hours trying to do this and i must have looked at every single possible layout, and then I found this page . awesome, absolutely awesome. If it&#039;s ok with you im going to use the layout in my site but will give credit to you.

Cheers m8</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just spent the last 24 hours trying to do this and i must have looked at every single possible layout, and then I found this page . awesome, absolutely awesome. If it&#8217;s ok with you im going to use the layout in my site but will give credit to you.</p>
<p>Cheers m8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-104246</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Thu, 16 Oct 2008 21:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-104246</guid>
		<description>I just noticed that a slight change is need for IE8 to work so I have updated the example here to include the ie8 fix.

http://www.pmob.co.uk/search-this/scroll12.htm</description>
		<content:encoded><![CDATA[<p>I just noticed that a slight change is need for IE8 to work so I have updated the example here to include the ie8 fix.</p>
<p><a href="http://www.pmob.co.uk/search-this/scroll12.htm" rel="nofollow">http://www.pmob.co.uk/search-this/scroll12.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raza</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-99661</link>
		<dc:creator>raza</dc:creator>
		<pubDate>Sat, 04 Oct 2008 00:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-99661</guid>
		<description>dude.

i was going to find and kill each developer of ie6 personally.

you made my day.

many many thanks.

-raza</description>
		<content:encoded><![CDATA[<p>dude.</p>
<p>i was going to find and kill each developer of ie6 personally.</p>
<p>you made my day.</p>
<p>many many thanks.</p>
<p>-raza</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-46911</link>
		<dc:creator>Patrick Burt</dc:creator>
		<pubDate>Thu, 27 Mar 2008 14:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-46911</guid>
		<description>Looks cool, very interesting. Very good alternative to say something like Flash..</description>
		<content:encoded><![CDATA[<p>Looks cool, very interesting. Very good alternative to say something like Flash..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Golgotha</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-46907</link>
		<dc:creator>Golgotha</dc:creator>
		<pubDate>Thu, 27 Mar 2008 13:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-46907</guid>
		<description>That&#039;s the type of CSS stuff that can drive you mad. It&#039;s like WTF...

That may be a good article to write Paul, CSS stuff that makes you think WTF :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s the type of CSS stuff that can drive you mad. It&#8217;s like WTF&#8230;</p>
<p>That may be a good article to write Paul, CSS stuff that makes you think WTF <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-46877</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Thu, 27 Mar 2008 12:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-46877</guid>
		<description>@Mauricio - It seems that removing that extra wrapper has resulted in the second image dropping down in Firefox on first page visit as mentioned earlier in the article. Therefore it looks like the extra wrapper is needed to stabilize Firefox.:(</description>
		<content:encoded><![CDATA[<p>@Mauricio &#8211; It seems that removing that extra wrapper has resulted in the second image dropping down in Firefox on first page visit as mentioned earlier in the article. Therefore it looks like the extra wrapper is needed to stabilize Firefox.:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-46857</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Thu, 27 Mar 2008 09:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-46857</guid>
		<description>Thanks Mark :)

@Mauricio -Thanks and yes you are correct we could lose the element named wrap. It was only  in the code for the earlier example where I gave the UL a width to force the scrollbar on .wrap

Here is an example with .wrap removed(although box model hacks will now be needed for IE5.x of course).

http://www.pmob.co.uk/search-this/scroll12.htm

Thanks for the comments :)</description>
		<content:encoded><![CDATA[<p>Thanks Mark <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Mauricio -Thanks and yes you are correct we could lose the element named wrap. It was only  in the code for the earlier example where I gave the UL a width to force the scrollbar on .wrap</p>
<p>Here is an example with .wrap removed(although box model hacks will now be needed for IE5.x of course).</p>
<p><a href="http://www.pmob.co.uk/search-this/scroll12.htm" rel="nofollow">http://www.pmob.co.uk/search-this/scroll12.htm</a></p>
<p>Thanks for the comments <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Golgotha</title>
		<link>http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/comment-page-1/#comment-46808</link>
		<dc:creator>Golgotha</dc:creator>
		<pubDate>Thu, 27 Mar 2008 04:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2008/03/26/scrolling-scrolling-scrolling/#comment-46808</guid>
		<description>I like the fade away PNGs - nice touch.

&lt;blockquote&gt;
The only times I have seen this before in Firefox is when images (or dynamic content) are used and the images don&#039;t have their width and height attributes in the HTML.
&lt;/blockquote&gt;

I have experienced that too and it pisses me off...

Good tutorial Paul.</description>
		<content:encoded><![CDATA[<p>I like the fade away PNGs &#8211; nice touch.</p>
<blockquote><p>
The only times I have seen this before in Firefox is when images (or dynamic content) are used and the images don&#8217;t have their width and height attributes in the HTML.
</p></blockquote>
<p>I have experienced that too and it pisses me off&#8230;</p>
<p>Good tutorial Paul.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

