<?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>Commentaires sur : Créer une galerie photo grâce à CSS3</title>
	<atom:link href="http://clearideaz.com/2010/05/creer-une-galerie-photo-grace-a-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://clearideaz.com/2010/05/creer-une-galerie-photo-grace-a-css3/</link>
	<description>webdesigner et intégrateur XHTML / CSS</description>
	<lastBuildDate>Thu, 26 Jan 2012 10:10:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Par : Narthe</title>
		<link>http://clearideaz.com/2010/05/creer-une-galerie-photo-grace-a-css3/#comment-266</link>
		<dc:creator>Narthe</dc:creator>
		<pubDate>Fri, 22 Apr 2011 14:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://clearideaz.com/?p=327#comment-266</guid>
		<description>Faut faire du flash =D (troll)</description>
		<content:encoded><![CDATA[<p>Faut faire du flash =D (troll)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : OlivierR</title>
		<link>http://clearideaz.com/2010/05/creer-une-galerie-photo-grace-a-css3/#comment-261</link>
		<dc:creator>OlivierR</dc:creator>
		<pubDate>Wed, 09 Feb 2011 13:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://clearideaz.com/?p=327#comment-261</guid>
		<description>Bonjour, 

Superbe tuto, cependant je tente depuis trois jours de l&#039;adapter pour des images horizontales et verticales... Sans succès ;- (
Auriez-vous un complèment de code à apporter sur ce point ?

Cordialement
OR</description>
		<content:encoded><![CDATA[<p>Bonjour, </p>
<p>Superbe tuto, cependant je tente depuis trois jours de l&#8217;adapter pour des images horizontales et verticales&#8230; Sans succès ;- (<br />
Auriez-vous un complèment de code à apporter sur ce point ?</p>
<p>Cordialement<br />
OR</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : steph</title>
		<link>http://clearideaz.com/2010/05/creer-une-galerie-photo-grace-a-css3/#comment-241</link>
		<dc:creator>steph</dc:creator>
		<pubDate>Fri, 22 Oct 2010 09:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://clearideaz.com/?p=327#comment-241</guid>
		<description>Superbe !
S&#039;il y a d&#039;autres démos dans le style, je suis preneur !!



Par contre, y-a-t&#039;il un moyen pour empêcher que les photos ne puissent être récupérées par l’utilisateur (clic-droit, enregistrer) ?</description>
		<content:encoded><![CDATA[<p>Superbe !<br />
S&#8217;il y a d&#8217;autres démos dans le style, je suis preneur !!</p>
<p>Par contre, y-a-t&#8217;il un moyen pour empêcher que les photos ne puissent être récupérées par l’utilisateur (clic-droit, enregistrer) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Olivier G.</title>
		<link>http://clearideaz.com/2010/05/creer-une-galerie-photo-grace-a-css3/#comment-239</link>
		<dc:creator>Olivier G.</dc:creator>
		<pubDate>Mon, 04 Oct 2010 10:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://clearideaz.com/?p=327#comment-239</guid>
		<description>Sympa cet modifs, je vais essayer de mettre ça à jour sur la démo :)</description>
		<content:encoded><![CDATA[<p>Sympa cet modifs, je vais essayer de mettre ça à jour sur la démo <img src='http://clearideaz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : mekal</title>
		<link>http://clearideaz.com/2010/05/creer-une-galerie-photo-grace-a-css3/#comment-238</link>
		<dc:creator>mekal</dc:creator>
		<pubDate>Sat, 02 Oct 2010 16:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://clearideaz.com/?p=327#comment-238</guid>
		<description>pas mal

j&#039;ai modifie le css pour qu&#039;il soit entierement compatible avec opera et firefox 4


body,html{font-family:&quot;Helvetica Neue&quot;,Arial,Helvetica,Verdana,sans-serif;background-color:#262016;-webkit-transition:background-color 500ms ease-in-out}html:hover,html:hover

body{
background-color:#000
}

p{
text-align:center;
clear:both
}

a{
color:#C7D23F
}

a:hover{
text-decoration:none
}
h1{
text-align:center;
color:#C7D23F
}

div{
width:934px;
margin:1em auto
}

ul{
list-style:none;margin:0;padding:0
}

body
#zoom
{background:transparent url(../img/default.png) no-repeat 50% 50%
}

body:hover
#zoom{background-image:none}
#zoom{margin-top:14px;float:right;height:452px;width:452px;overflow:hidden}
#thumbs{float:left;width:482px;height:482px}
#zoom:not(.ie){
overflow:visible;
position:relative;
z-index:2
}

#zoom:not(.ie) img{
position:absolute;
opacity:0;
z-index:2;
height:144px;
width:144px;
-webkit-transform:rotate(-360deg);
-o-transform:rotate(-360deg);
-moz-transform:rotate(-360deg);
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
z-index:1
}

img#art1,img#art4,img#art7{
left:-468px
}

img#art2,img#art5,img#art8{left:-314px}img#art3,img#art6,img#art9{
left:-160px
}

img#art4,img#art5,img#art6{
top:153px
}

img#art7,img#art8,img #art9{
top:308px
}

#zoom img:target{
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
-moz-transform:rotate(0deg);
z-index:3;
opacity:1;
top:0;
left:0;
width:452px;
height:452px
}
#thumbs li img{
height:144px;width:144px
}
#thumbs li a:active{outline:none
}
#thumbs:not(.ie)li img{
height:180px;width:180px
}
#thumbs li{position:relative;
z-index:2;
float:left;
display:inline;
cursor:pointer;
opacity:1;margin-right:10px;
margin-bottom:10px;
height:144px;width:144px;
-moz-transform:scale(0.8);
-webkit-transform:scale(0.8);
transform:scale(0.8);
-webkit-transition:all 250ms ease-in-out;
-moz-transition:all 250ms ease-in-out;
-o-transition:all 250ms ease-in-out;
}

#thumbs:hover li{opacity:0.3}
#thumbs:hover li:hover{
opacity:1;
position:relative;
z-index:5;
-moz-transform:translate(-10px, 0);
-webkit-transform:translate(-10px, 0);
-o-transform:translate(-10px, 0)
}

#thumbs li img{
border:none;
-moz-box-shadow:0 0 0 rgba(255,255,255,0.5);
-webkit-box-shadow:0 0 0 rgba(255,255,255,0.5);
-webkit-transition:all 250ms ease-in-out;
-moz-transition:all 250ms ease-in-out;
-o-transition:all 250ms ease-in-out;
}

#thumbs:hover li:hover img{
-moz-box-shadow:0 0 30px rgba(255,255,255,0.5);
-webkit-box-shadow:0 0 30px rgba(255,255,255,0.5)}</description>
		<content:encoded><![CDATA[<p>pas mal</p>
<p>j&#8217;ai modifie le css pour qu&#8217;il soit entierement compatible avec opera et firefox 4</p>
<p>body,html{font-family:&nbsp;&raquo;Helvetica Neue&nbsp;&raquo;,Arial,Helvetica,Verdana,sans-serif;background-color:#262016;-webkit-transition:background-color 500ms ease-in-out}html:hover,html:hover</p>
<p>body{<br />
background-color:#000<br />
}</p>
<p>p{<br />
text-align:center;<br />
clear:both<br />
}</p>
<p>a{<br />
color:#C7D23F<br />
}</p>
<p>a:hover{<br />
text-decoration:none<br />
}<br />
h1{<br />
text-align:center;<br />
color:#C7D23F<br />
}</p>
<p>div{<br />
width:934px;<br />
margin:1em auto<br />
}</p>
<p>ul{<br />
list-style:none;margin:0;padding:0<br />
}</p>
<p>body<br />
#zoom<br />
{background:transparent url(../img/default.png) no-repeat 50% 50%<br />
}</p>
<p>body:hover<br />
#zoom{background-image:none}<br />
#zoom{margin-top:14px;float:right;height:452px;width:452px;overflow:hidden}<br />
#thumbs{float:left;width:482px;height:482px}<br />
#zoom:not(.ie){<br />
overflow:visible;<br />
position:relative;<br />
z-index:2<br />
}</p>
<p>#zoom:not(.ie) img{<br />
position:absolute;<br />
opacity:0;<br />
z-index:2;<br />
height:144px;<br />
width:144px;<br />
-webkit-transform:rotate(-360deg);<br />
-o-transform:rotate(-360deg);<br />
-moz-transform:rotate(-360deg);<br />
-webkit-transition:all 1s ease-in-out;<br />
-moz-transition:all 1s ease-in-out;<br />
-o-transition:all 1s ease-in-out;<br />
transition:all 1s ease-in-out;<br />
z-index:1<br />
}</p>
<p>img#art1,img#art4,img#art7{<br />
left:-468px<br />
}</p>
<p>img#art2,img#art5,img#art8{left:-314px}img#art3,img#art6,img#art9{<br />
left:-160px<br />
}</p>
<p>img#art4,img#art5,img#art6{<br />
top:153px<br />
}</p>
<p>img#art7,img#art8,img #art9{<br />
top:308px<br />
}</p>
<p>#zoom img:target{<br />
-webkit-transform:rotate(0deg);<br />
-o-transform:rotate(0deg);<br />
-moz-transform:rotate(0deg);<br />
z-index:3;<br />
opacity:1;<br />
top:0;<br />
left:0;<br />
width:452px;<br />
height:452px<br />
}<br />
#thumbs li img{<br />
height:144px;width:144px<br />
}<br />
#thumbs li a:active{outline:none<br />
}<br />
#thumbs:not(.ie)li img{<br />
height:180px;width:180px<br />
}<br />
#thumbs li{position:relative;<br />
z-index:2;<br />
float:left;<br />
display:inline;<br />
cursor:pointer;<br />
opacity:1;margin-right:10px;<br />
margin-bottom:10px;<br />
height:144px;width:144px;<br />
-moz-transform:scale(0.8);<br />
-webkit-transform:scale(0.8);<br />
transform:scale(0.8);<br />
-webkit-transition:all 250ms ease-in-out;<br />
-moz-transition:all 250ms ease-in-out;<br />
-o-transition:all 250ms ease-in-out;<br />
}</p>
<p>#thumbs:hover li{opacity:0.3}<br />
#thumbs:hover li:hover{<br />
opacity:1;<br />
position:relative;<br />
z-index:5;<br />
-moz-transform:translate(-10px, 0);<br />
-webkit-transform:translate(-10px, 0);<br />
-o-transform:translate(-10px, 0)<br />
}</p>
<p>#thumbs li img{<br />
border:none;<br />
-moz-box-shadow:0 0 0 rgba(255,255,255,0.5);<br />
-webkit-box-shadow:0 0 0 rgba(255,255,255,0.5);<br />
-webkit-transition:all 250ms ease-in-out;<br />
-moz-transition:all 250ms ease-in-out;<br />
-o-transition:all 250ms ease-in-out;<br />
}</p>
<p>#thumbs:hover li:hover img{<br />
-moz-box-shadow:0 0 30px rgba(255,255,255,0.5);<br />
-webkit-box-shadow:0 0 30px rgba(255,255,255,0.5)}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Julie</title>
		<link>http://clearideaz.com/2010/05/creer-une-galerie-photo-grace-a-css3/#comment-203</link>
		<dc:creator>Julie</dc:creator>
		<pubDate>Wed, 02 Jun 2010 13:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://clearideaz.com/?p=327#comment-203</guid>
		<description>Superbe démo ! Impressionnant de pouvoir faire des animations sans JS :)</description>
		<content:encoded><![CDATA[<p>Superbe démo ! Impressionnant de pouvoir faire des animations sans JS <img src='http://clearideaz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Sunny</title>
		<link>http://clearideaz.com/2010/05/creer-une-galerie-photo-grace-a-css3/#comment-202</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Tue, 01 Jun 2010 10:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://clearideaz.com/?p=327#comment-202</guid>
		<description>Excellente démo. Pas un gramme de JavaScript, fluide, rapide, &quot;fonctionne&quot; partout grâce à l&#039;amélioration progressive, adressable grâce aux #hashs. J&#039;adore.</description>
		<content:encoded><![CDATA[<p>Excellente démo. Pas un gramme de JavaScript, fluide, rapide, &laquo;&nbsp;fonctionne&nbsp;&raquo; partout grâce à l&#8217;amélioration progressive, adressable grâce aux #hashs. J&#8217;adore.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

