<?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: Thumbnails Navigation Gallery with jQuery</title>
	<atom:link href="http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/</link>
	<description>Useful resources and inspiration for creative minds</description>
	<lastBuildDate>Wed, 19 Jun 2013 17:00:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Anton</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/comment-page-13/#comment-414990</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Sat, 28 Jan 2012 11:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668#comment-414990</guid>
		<description><![CDATA[@DiAlex

Thanks, it did work for me - I&#039;ve added  #meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=8&quot;# in my header just below the title and it worked - obviously just replace the # with opening and closing tags - the IE=9 thing didnt really work]]></description>
		<content:encoded><![CDATA[<p>@DiAlex</p>
<p>Thanks, it did work for me &#8211; I&#8217;ve added  #meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=8&#8243;# in my header just below the title and it worked &#8211; obviously just replace the # with opening and closing tags &#8211; the IE=9 thing didnt really work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marie Pelletier</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/comment-page-12/#comment-414962</link>
		<dc:creator>Marie Pelletier</dc:creator>
		<pubDate>Fri, 27 Jan 2012 15:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668#comment-414962</guid>
		<description><![CDATA[It&#039;s just a great aplication
Thank you]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s just a great aplication<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenisD</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/comment-page-12/#comment-411516</link>
		<dc:creator>DenisD</dc:creator>
		<pubDate>Sat, 21 Jan 2012 23:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668#comment-411516</guid>
		<description><![CDATA[ok...watch my test site, i think is kind of what you want...if you look at the source code you&#039;ll see for each pict you have to set a padding-left, rising from the complete left and add 183 or 186px (not sure iv modify mine). Its a bit exhaustive but it work...at this time i work on formule jquery to count the position by itself but for now this is it.
http://www.ma117.info/thumbtest/index.html]]></description>
		<content:encoded><![CDATA[<p>ok&#8230;watch my test site, i think is kind of what you want&#8230;if you look at the source code you&#8217;ll see for each pict you have to set a padding-left, rising from the complete left and add 183 or 186px (not sure iv modify mine). Its a bit exhaustive but it work&#8230;at this time i work on formule jquery to count the position by itself but for now this is it.<br />
<a href="http://www.ma117.info/thumbtest/index.html" rel="nofollow">http://www.ma117.info/thumbtest/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zim</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/comment-page-12/#comment-411316</link>
		<dc:creator>zim</dc:creator>
		<pubDate>Sat, 21 Jan 2012 20:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668#comment-411316</guid>
		<description><![CDATA[Thnks DenisD! 
I&#039;ve tried and yes I can see the title under the mouse, but if I want to have the title to be write like here: http://dl.dropbox.com/u/22933018/SITO/index1.html

If you watch under &quot;portfolio&quot;, when you move on the pictures you can see the name on it, but it doesn&#039;t move and always appeared on the first photo. I can&#039;t understand why.

My CSS is:
.st_thumbs{
    height:166px;
    margin: 0;
    position: absolute;
}
.st_thumbs &gt; a{
	display: block;
}
.st_thumbs &gt; a &gt; span{
    display: block;
    position: absolute;
	margin-left:auto; 
    color:#fff;
    font-size: 28px;
    bottom: -40px;
    left: 18px;
    text-shadow: 5px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.st_thumbs a:hover &gt; span{
	display: block;
	position: absolute;
	border: 0;
    float:left;
	text-align: left;
	left: 20px;
    bottom: 108px;
}
.st_thumbs img{
    border: 0;
    float:left;
    margin:3px 3px 0px 0px;
    cursor:pointer;
	-moz-box-shadow:1px 1px 5px #000;
	-webkit-box-shadow:1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	opacity:0.85;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}]]></description>
		<content:encoded><![CDATA[<p>Thnks DenisD!<br />
I&#8217;ve tried and yes I can see the title under the mouse, but if I want to have the title to be write like here: <a href="http://dl.dropbox.com/u/22933018/SITO/index1.html" rel="nofollow">http://dl.dropbox.com/u/22933018/SITO/index1.html</a></p>
<p>If you watch under &#8220;portfolio&#8221;, when you move on the pictures you can see the name on it, but it doesn&#8217;t move and always appeared on the first photo. I can&#8217;t understand why.</p>
<p>My CSS is:<br />
.st_thumbs{<br />
    height:166px;<br />
    margin: 0;<br />
    position: absolute;<br />
}<br />
.st_thumbs &gt; a{<br />
	display: block;<br />
}<br />
.st_thumbs &gt; a &gt; span{<br />
    display: block;<br />
    position: absolute;<br />
	margin-left:auto;<br />
    color:#fff;<br />
    font-size: 28px;<br />
    bottom: -40px;<br />
    left: 18px;<br />
    text-shadow: 5px 1px 1px rgba(0,0,0,0.4);<br />
    -webkit-transition: all 0.1s ease-in-out;<br />
    -moz-transition: all 0.9s ease-in-out;<br />
    -o-transition: all 0.1s ease-in-out;<br />
    -ms-transition: all 0.1s ease-in-out;<br />
    transition: all 0.1s ease-in-out;<br />
}<br />
.st_thumbs a:hover &gt; span{<br />
	display: block;<br />
	position: absolute;<br />
	border: 0;<br />
    float:left;<br />
	text-align: left;<br />
	left: 20px;<br />
    bottom: 108px;<br />
}<br />
.st_thumbs img{<br />
    border: 0;<br />
    float:left;<br />
    margin:3px 3px 0px 0px;<br />
    cursor:pointer;<br />
	-moz-box-shadow:1px 1px 5px #000;<br />
	-webkit-box-shadow:1px 1px 5px #000;<br />
	box-shadow:1px 1px 5px #000;<br />
	opacity:0.85;<br />
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenisD</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/comment-page-12/#comment-411058</link>
		<dc:creator>DenisD</dc:creator>
		<pubDate>Sat, 21 Jan 2012 15:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668#comment-411058</guid>
		<description><![CDATA[sorry the blog wont accept the code so inside each img braket you have to write title=&quot;blablabla&quot; then it ill display on mouve over of the img]]></description>
		<content:encoded><![CDATA[<p>sorry the blog wont accept the code so inside each img braket you have to write title=&#8221;blablabla&#8221; then it ill display on mouve over of the img</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DenisD</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/comment-page-12/#comment-411052</link>
		<dc:creator>DenisD</dc:creator>
		<pubDate>Sat, 21 Jan 2012 15:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668#comment-411052</guid>
		<description><![CDATA[@zim
you have to add the atribut ( title ) inside each &lt;img braket like this
							
							
							]]></description>
		<content:encoded><![CDATA[<p>@zim<br />
you have to add the atribut ( title ) inside each &lt;img braket like this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zim</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/comment-page-12/#comment-410994</link>
		<dc:creator>zim</dc:creator>
		<pubDate>Sat, 21 Jan 2012 14:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668#comment-410994</guid>
		<description><![CDATA[Hi!
I really like this tutorial!

I&#039;m trying to figure out how to visualize the descriprion of the photo on the photo itself when I&#039;m over with the mouse (like in this gallery: http://tympanus.net/codrops/2010/05/23/fresh-sliding-thumbnails-gallery-with-jquery-php/)

My problem is that I&#039;m now able to display the title but it come out everytme only on the first photos even if I&#039;m on the other ones with my mouse.

How can I do?

Thnks a lot for your time!]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
I really like this tutorial!</p>
<p>I&#8217;m trying to figure out how to visualize the descriprion of the photo on the photo itself when I&#8217;m over with the mouse (like in this gallery: <a href="http://tympanus.net/codrops/2010/05/23/fresh-sliding-thumbnails-gallery-with-jquery-php/" rel="nofollow">http://tympanus.net/codrops/2010/05/23/fresh-sliding-thumbnails-gallery-with-jquery-php/</a>)</p>
<p>My problem is that I&#8217;m now able to display the title but it come out everytme only on the first photos even if I&#8217;m on the other ones with my mouse.</p>
<p>How can I do?</p>
<p>Thnks a lot for your time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justrj</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/comment-page-12/#comment-409718</link>
		<dc:creator>justrj</dc:creator>
		<pubDate>Fri, 20 Jan 2012 21:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668#comment-409718</guid>
		<description><![CDATA[sorry wrong link: 
http://sirlawrencedavis.com/index.html

I attempted to adapt this so that the entire tab can be used to select the tabs and for some reason the thumbnails flash, or blink whenever they are “hidden”. I have changed the function 50 times over and for the life of me I can’t get that to stop happening. I find that it doesn’t do it if I just make the arrow the only selectable part. Any ideas?]]></description>
		<content:encoded><![CDATA[<p>sorry wrong link:<br />
<a href="http://sirlawrencedavis.com/index.html" rel="nofollow">http://sirlawrencedavis.com/index.html</a></p>
<p>I attempted to adapt this so that the entire tab can be used to select the tabs and for some reason the thumbnails flash, or blink whenever they are “hidden”. I have changed the function 50 times over and for the life of me I can’t get that to stop happening. I find that it doesn’t do it if I just make the arrow the only selectable part. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justrj</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/comment-page-12/#comment-409693</link>
		<dc:creator>justrj</dc:creator>
		<pubDate>Fri, 20 Jan 2012 20:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668#comment-409693</guid>
		<description><![CDATA[http://www.sirlawrencedavis.com/sld_test/index.html

I attempted to adapt this so that the entire tab can be used to select the tabs and for some reason the thumbnails flash, or blink whenever they are &quot;hidden&quot;.  I have changed the function 50 times over and for the life of me I can&#039;t get that to stop happening.  I find that it doesn&#039;t do it if I just make the arrow the only selectable part.  Any ideas?]]></description>
		<content:encoded><![CDATA[<p><a href="http://www.sirlawrencedavis.com/sld_test/index.html" rel="nofollow">http://www.sirlawrencedavis.com/sld_test/index.html</a></p>
<p>I attempted to adapt this so that the entire tab can be used to select the tabs and for some reason the thumbnails flash, or blink whenever they are &#8220;hidden&#8221;.  I have changed the function 50 times over and for the life of me I can&#8217;t get that to stop happening.  I find that it doesn&#8217;t do it if I just make the arrow the only selectable part.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DiAlex</title>
		<link>http://tympanus.net/codrops/2010/07/29/thumbnails-navigation-gallery/comment-page-12/#comment-402969</link>
		<dc:creator>DiAlex</dc:creator>
		<pubDate>Tue, 17 Jan 2012 15:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=2668#comment-402969</guid>
		<description><![CDATA[looks like this website doesn&#039;t show the line.... -_-

go to this link: http://stackoverflow.com/questions/4811801/force-ie9-to-emulate-ie8-possible]]></description>
		<content:encoded><![CDATA[<p>looks like this website doesn&#8217;t show the line&#8230;. -_-</p>
<p>go to this link: <a href="http://stackoverflow.com/questions/4811801/force-ie9-to-emulate-ie8-possible" rel="nofollow">http://stackoverflow.com/questions/4811801/force-ie9-to-emulate-ie8-possible</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk: enhanced
Content Delivery Network via codropspz.tympanus.netdna-cdn.com

 Served from: tympanus.net @ 2013-06-19 19:44:48 by W3 Total Cache -->