<?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"
	>
<channel>
	<title>Comments for Uncharted Design - Blog</title>
	<atom:link href="http://www.uncharteddesign.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uncharteddesign.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 07 Jan 2009 02:57:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Mootools smooth scrolling gallery by Jordan</title>
		<link>http://www.uncharteddesign.com/blog/2008/08/mootools-smooth-scrolling-gallery/#comment-4</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Tue, 12 Aug 2008 22:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncharteddesign.com/blog/?p=10#comment-4</guid>
		<description>Felipe, this script as it stands will allow x &#038; y scrolling.  I just defined my thumbnails to not stretch past a certain width.  If you put in larger images etc, it will scroll.

To see this, just make a few changes to the css:

&lt;code&gt;#myContent img{
	border: none;
	margin: 0;
	padding: 0;
	padding-left: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
	/* 
	width: 196px;
	max-height: 160px;
	*/
	cursor:pointer;
	}
	#myContent a {
	border: none;
	}
	#myContent a:hover {
	border: none;
	}
	#myContent .inject {
	/* 
	Display:none;
	The class "inject" under MyContent is hidden, otherwise it would be displayed along with the thumbnails */
	}&lt;/code&gt;

All I did here was stop hiding the material that would normally be sent to the large div, class .inject.  This really isn't a good thing, it just puts my large images into the thumbnail box rather than hiding them.  Then I also got rid of my width restrictions on images, so that they could be full size.  You will probably want to add an overflow-y: hidden; to the code so as to remove the horizontal scrollbar. 

Let me know how that works out for you, and cool website.</description>
		<content:encoded><![CDATA[<p>Felipe, this script as it stands will allow x &#038; y scrolling.  I just defined my thumbnails to not stretch past a certain width.  If you put in larger images etc, it will scroll.</p>
<p>To see this, just make a few changes to the css:</p>
<p><code>#myContent img{<br />
	border: none;<br />
	margin: 0;<br />
	padding: 0;<br />
	padding-left: 4px;<br />
	margin-top: 3px;<br />
	margin-bottom: 3px;<br />
	/*<br />
	width: 196px;<br />
	max-height: 160px;<br />
	*/<br />
	cursor:pointer;<br />
	}<br />
	#myContent a {<br />
	border: none;<br />
	}<br />
	#myContent a:hover {<br />
	border: none;<br />
	}<br />
	#myContent .inject {<br />
	/*<br />
	Display:none;<br />
	The class "inject" under MyContent is hidden, otherwise it would be displayed along with the thumbnails */<br />
	}</code></p>
<p>All I did here was stop hiding the material that would normally be sent to the large div, class .inject.  This really isn&#8217;t a good thing, it just puts my large images into the thumbnail box rather than hiding them.  Then I also got rid of my width restrictions on images, so that they could be full size.  You will probably want to add an overflow-y: hidden; to the code so as to remove the horizontal scrollbar. </p>
<p>Let me know how that works out for you, and cool website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools smooth scrolling gallery by felipe millan</title>
		<link>http://www.uncharteddesign.com/blog/2008/08/mootools-smooth-scrolling-gallery/#comment-3</link>
		<dc:creator>felipe millan</dc:creator>
		<pubDate>Tue, 12 Aug 2008 06:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncharteddesign.com/blog/?p=10#comment-3</guid>
		<description>Hi jordan, i would like to ask something, i been using the original script
to make some experiment and i remember one time o made y and x scroll but i
dont remember how i made it, can you tell me how i can mix both script to
use X and Y scroll, at the moment im studing a diploma uin web development
and i would like to use this script for a project in the schooll.</description>
		<content:encoded><![CDATA[<p>Hi jordan, i would like to ask something, i been using the original script<br />
to make some experiment and i remember one time o made y and x scroll but i<br />
dont remember how i made it, can you tell me how i can mix both script to<br />
use X and Y scroll, at the moment im studing a diploma uin web development<br />
and i would like to use this script for a project in the schooll.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mootools smooth scrolling gallery by felipe millan</title>
		<link>http://www.uncharteddesign.com/blog/2008/08/mootools-smooth-scrolling-gallery/#comment-2</link>
		<dc:creator>felipe millan</dc:creator>
		<pubDate>Tue, 12 Aug 2008 06:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.uncharteddesign.com/blog/?p=10#comment-2</guid>
		<description>Hi, how i can do X&#38;Y Scroll?

Cheers</description>
		<content:encoded><![CDATA[<p>Hi, how i can do X&amp;Y Scroll?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
