<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>web2ajax &#187; Css</title>
	<atom:link href="http://www.web2ajax.fr/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web2ajax.fr</link>
	<description>Tout l&#039;actualité du Web2.0 et de l&#039;AJAX</description>
	<lastBuildDate>Thu, 10 Feb 2011 00:25:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<atom:link rel='hub' href='http://www.web2ajax.fr/?pushpress=hub'/>
		<item>
		<title>Amazing HTML5 use : The Man From Hollywood</title>
		<link>http://www.web2ajax.fr/2010/04/09/amazing-html5-use-the-man-from-hollywood/</link>
		<comments>http://www.web2ajax.fr/2010/04/09/amazing-html5-use-the-man-from-hollywood/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:38:35 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[gradients]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[kinetic]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[transforms]]></category>
		<category><![CDATA[transitions]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=352</guid>
		<description><![CDATA[Voilà un effet typographique plus qu'impressionnant !En effet The Man From Hollywood créé par Tyler Gaw reprend les dialogues de Pulp Fiction pour les animer en un clip kinétique de toute splendeur.Il utilise pour ça les propriétés css3 spécifiques pour le moment à Safari et Chrome (webkit) : gradients, transforms, transition.Un petit peu de jQuery [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/04/09/amazing-html5-use-the-man-from-hollywood/' title='Permanent link to Amazing HTML5 use : The Man From Hollywood'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/04/kinetic-css-300x165.png&w=200' alt='Amazing HTML5 use : The Man From Hollywood'  /></a></div>
<div class="content">Voilà un effet typographique plus qu'impressionnant !<br><br>En effet The Man From Hollywood créé par Tyler Gaw reprend les dialogues de Pulp Fiction pour les animer en un clip kinétique de toute splendeur.<br><br>Il utilise pour ça les propriétés css3 spécifiques pour le moment à Safari et Chrome (webkit) : gradients, transforms, transition.<br><br>Un petit peu de jQuery pour animer tout ça et jouer la bande audio, pour obtenir un résultat de toute beauté.<br><br>Il utilise une fonction que j'aime bien : <br><br>[sourcecode]<br>	// Add or remove class names to advance the scene at the specified time<br>	//<br>	direct: function (actor, direction, delay)<br>	{<br>		var a = $(actor);<br>		setTimeout(function ()<br>		{<br>			if (a.hasClass(direction))<br>			{<br>				a.removeClass(direction);<br>			}<br>			else<br>			{<br>				a.addClass(direction);<br>				HOLLYWOOD.helpers.logDirection(direction);<br>			}<br>			<br>		}, delay);<br>	},<br>[/sourcecode]<br><br>Ensuite, pour animer, il a juste définit des classes comme 'spotlight', 'actions', 'end', un timeout bien réglé et le tour est joué.<br><br>Bon, Tyler à dû se prendre la tête comme il faut pour câler les images, le son etc... Mais quand on voit le résultat... Bravo !<br><br>Vu sur ajaxian.</div></div><div class="buttons"><div class="go_demo"><a href="http://www.tylergaw.com/lab/themanfromhollywood/" target="_blank" title="Link to demo page of Amazing HTML5 use : The Man From Hollywood"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/' rel='bookmark' title='Insérez des indicateurs de chargement directement en JavaScript !!'>Insérez des indicateurs de chargement directement en JavaScript !!</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/' rel='bookmark' title='FaceBook Like &#8211; jQuery and autosuggest Search Engine'>FaceBook Like &#8211; jQuery and autosuggest Search Engine</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/13/amazing-jquery-htc-hero-widget/' rel='bookmark' title='Amazing jQuery HTC HERO Widget !!'>Amazing jQuery HTC HERO Widget !!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/04/09/amazing-html5-use-the-man-from-hollywood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Blog Design on web2ajax !</title>
		<link>http://www.web2ajax.fr/2010/03/19/new-blog-design-on-web2ajax/</link>
		<comments>http://www.web2ajax.fr/2010/03/19/new-blog-design-on-web2ajax/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:40:42 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[funky]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.web2ajax.fr/?p=156</guid>
		<description><![CDATA[Web2ajaX has a new face today !!More Funky, more colored, I hope those changes on theme will enjoy your navigation on this blog.Bye and see you for the next episode... Related posts:&#160;Ouverture du Blog !!]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2010/03/19/new-blog-design-on-web2ajax/' title='Permanent link to New Blog Design on web2ajax !'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2010/03/web2ajax_newDesign-177x300.png&w=200' alt='New Blog Design on web2ajax !'  /></a></div>
<div class="content">Web2ajaX has a new face today !!<br><br>More Funky, more colored, I hope those changes on theme will enjoy your navigation on this blog.<br><br>Bye and see you for the next episode...</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/08/20/ouverture-du-blog/' rel='bookmark' title='Ouverture du Blog !!'>Ouverture du Blog !!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2010/03/19/new-blog-design-on-web2ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insérez des indicateurs de chargement directement en JavaScript !!</title>
		<link>http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/</link>
		<comments>http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 21:14:52 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[indicator]]></category>
		<category><![CDATA[loading]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/</guid>
		<description><![CDATA[Suite à l'article vu sur ajaxian, je tenez à vous en faire profiter si vous ne suivez pas encore ce blog :)Il s'agit en fait d'un js qui, utilisé sans aucune dépendance, permet d'insérer des indicateurs de chargemenr n'importe où et n'importe quand dans votre site !Jettez un oeil à la démo et voyez par [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Suite à l'article vu sur ajaxian, je tenez à vous en faire profiter si vous ne suivez pas encore ce blog :)<br><br>Il s'agit en fait d'un js qui, utilisé sans aucune dépendance, permet d'insérer des indicateurs de chargemenr n'importe où et n'importe quand dans votre site !<br><br>Jettez un oeil à la démo et voyez par vous même en changeant les paramètres, c'est vraiment génial !!<br><br>Vous pouvez l'associer à jQuery par exemple en utilisant ce code :<br><br>[sourcecode]<br>var ctrl = getBusyOverlay($('#box'));<br>setTimeout( <br>    function() { <br>        ctrl.remove(); <br>    }, 2000);<br>[/sourcecode]<br><br>Pour télécharger la librairie et peut-être en faire un plugin jQuery :), cliquez-ici : busy.js</div></div><div class="buttons"><div class="download_files"><a href="http://www.netzgesta.de/busy/" target="_blank" title="Download files Insérez des indicateurs de chargement directement en JavaScript !!"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_download.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/30/jquery-rounded-corners-plugin/' rel='bookmark' title='jQuery : Rounded corners plugin'>jQuery : Rounded corners plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IUI (User Interface Library for Safari )</title>
		<link>http://www.web2ajax.fr/2008/02/27/iui-user-interface-library-for-safari/</link>
		<comments>http://www.web2ajax.fr/2008/02/27/iui-user-interface-library-for-safari/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 23:24:07 +0000</pubDate>
		<dc:creator>Yoni</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Ajax Mobile]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2008/02/27/iui-user-interface-library-for-safari/</guid>
		<description><![CDATA[En cherchant à adapter un site web d'un client au navigateur d'iphone, je suis tombé sur ce projet.Ce SDK simule à merveille l'environnement javascript et d'interface du petit bijoux d'apple.C'est un projet open source bien sûr ...Vous pourrez alors réaliser très facilement des interfaces pour iPhone. Related posts:&#160;Framework IUI : Lavf.com en version iPhone &#160;WPTouch [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2008/02/27/iui-user-interface-library-for-safari/' title='Permanent link to IUI (User Interface Library for Safari )'><img src='http://www.web2ajax.fr/thumb.php?i=http://web2ajax.fr/wp-content/uploads/image/IUI_Safari_Mobile.png&w=200' alt='IUI (User Interface Library for Safari )'  /></a></div>
<div class="content">En cherchant à adapter un site web d'un client au navigateur d'iphone, je suis tombé sur ce projet.<br>Ce SDK simule à merveille l'environnement javascript et d'interface du petit bijoux d'apple.<br><br>C'est un projet open source bien sûr ...<br>Vous pourrez alors réaliser très facilement des interfaces pour iPhone.</div></div><div class="buttons"><div class="go_demo"><a href="http://code.google.com/p/iui/" target="_blank" title="Link to demo page of IUI (User Interface Library for Safari )"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/25/iui-lavf-en-version-iphone/' rel='bookmark' title='Framework IUI : Lavf.com en version iPhone'>Framework IUI : Lavf.com en version iPhone</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/30/wptouch-un-plugin-iphone-pour-wordpress/' rel='bookmark' title='WPTouch : un plugin iPhone pour WordPress'>WPTouch : un plugin iPhone pour WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2008/02/27/iui-user-interface-library-for-safari/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FaceBook Like &#8211; jQuery and autosuggest Search Engine</title>
		<link>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/</link>
		<comments>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 16:29:33 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[autosuggest]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mes travaux]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[autocomplete jquery]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/</guid>
		<description><![CDATA[FaceBook Autosuggest Like is a powerful jQuery plugin to transform an input field into a real time autocompletion search engine, designed like facebook one.This plugin require jQuery libs and the autocompletion plugin 'Bsn Autosuggest".On custom side, make an ajax request and build search plugins to categorize your results.Features : - Autocomplete and ajax support - [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/' title='Permanent link to FaceBook Like &#8211; jQuery and autosuggest Search Engine'><img src='http://www.web2ajax.fr/thumb.php?i=http://www.web2ajax.fr/wp-content/uploads/2008/02/facebook_searchengine.png&w=200' alt='FaceBook Like &#8211; jQuery and autosuggest Search Engine'  /></a></div>
<div class="content">FaceBook Autosuggest Like is a powerful jQuery plugin to transform an input field into a real time autocompletion search engine, designed like facebook one.<br><br>This plugin require jQuery libs and the autocompletion plugin 'Bsn Autosuggest".<br><br>On custom side, make an ajax request and build search plugins to categorize your results.<br><br>Features : <br>- Autocomplete and ajax support <br>- Database search <br>- Support search plugins <br>- Support cache <br>- Cross Browser support ( IE > 5.5, FireFox, Safari, Opera ) <br><br>I let u see the demo...<br>Have Fun !</div></div><div class="buttons"><div class="go_demo"><a href="http://www.web2ajax.fr/examples/facebook_searchengine/" target="_blank" title="Link to demo page of FaceBook Like &#8211; jQuery and autosuggest Search Engine"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_demo.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2010/10/04/developpement-dun-application-facebook-le-grand-quizz-du-sport/' rel='bookmark' title='Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;'>Développement d&#8217;un application facebook : &#8216;Le Grand Quizz du Sport&#8217;</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/05/genius-menu-jquery-plugin-like-macos-dock-menu-effect/' rel='bookmark' title='Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect'>Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2011/01/13/patator-facebook-game-in-canvas-and-html5/' rel='bookmark' title='PATATOR : Facebook Game in Canvas and HTML5'>PATATOR : Facebook Game in Canvas and HTML5</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/feed/</wfw:commentRss>
		<slash:comments>202</slash:comments>
		</item>
		<item>
		<title>jQuery : Rounded corners plugin</title>
		<link>http://www.web2ajax.fr/2007/09/30/jquery-rounded-corners-plugin/</link>
		<comments>http://www.web2ajax.fr/2007/09/30/jquery-rounded-corners-plugin/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 21:38:37 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2007/09/30/jquey-rounded-corners-plugin/</guid>
		<description><![CDATA[Tout est bon pour gagner de précieuses minutes pour un webdesigner, et ce plugin est vraiment très pratique.Comment on fait pour créer une boite avec des coins arrondis en temps normal ? On prend photoshop, on dessine un rectangle avecSelon la variante du poker en ligne, qui est joue. coins arrondis, on découpe l'image en [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Tout est bon pour gagner de précieuses minutes pour un webdesigner, et ce plugin est vraiment très pratique.<br><br>Comment on fait pour créer une boite avec des coins arrondis en temps normal ? On prend photoshop, on dessine un rectangle avecSelon la variante du poker en ligne, qui est joue. coins arrondis, on découpe l'image en 8, on la stocke sur le serveur et on met tout ça dans un tableau 3x3 ou dans des div imbriqués...<br><br>Vous m'avez compris, celà prend du temps et peut devenir fastidieux si on veut changer la couleur, faire des boites de style différents...<br><br>Et bien c'est terminé tout ça ! Une ligne de commande suffit à donner le plus bel effet à un simple rectangle de couleur. Pour plus d'informations, lisez ce post : http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery</div></div><div class="buttons"><div class="go_visit"><a href="http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jquery" target="_blank" title="Visit the cited website in jQuery : Rounded corners plugin"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_goto.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/26/jquery-edit-in-place-plugin/' rel='bookmark' title='jQuery : Edit in place plugin'>jQuery : Edit in place plugin</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/04/16/inserez-des-indicateurs-de-chargement-directement-en-javascript/' rel='bookmark' title='Insérez des indicateurs de chargement directement en JavaScript !!'>Insérez des indicateurs de chargement directement en JavaScript !!</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2008/02/29/validation-plugin-jquery-ou-scriptaculous/' rel='bookmark' title='Validation plugin (Jquery OU Scriptaculous ?)'>Validation plugin (Jquery OU Scriptaculous ?)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/09/30/jquery-rounded-corners-plugin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Besoin d&#8217;un menu CSS joli, vite fait bien fait ?</title>
		<link>http://www.web2ajax.fr/2007/09/18/besoin-dun-menu-css-joli-vite-fait-bien-fait/</link>
		<comments>http://www.web2ajax.fr/2007/09/18/besoin-dun-menu-css-joli-vite-fait-bien-fait/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 12:30:43 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2007/09/18/besoin-dun-menu-css-joli-vite-fait-bien-fait/</guid>
		<description><![CDATA[Vous souhaitez mettre en place un menu design horizontal ou vertical sur votre site, votre blog et ce en moins de 10 minutes ?Un Générateur de menu vient de faire son apparition sous le nom de http://cssmenumaker.com/On met le nombre de boutons que l'on veut afficher, le texte, les URL et tout ça est servi [...]]]></description>
			<content:encoded><![CDATA[<div class="entry"><div class='post-thumbnail' ><a href='http://www.web2ajax.fr/2007/09/18/besoin-dun-menu-css-joli-vite-fait-bien-fait/' title='Permanent link to Besoin d&#8217;un menu CSS joli, vite fait bien fait ?'><img src='http://www.web2ajax.fr/thumb.php?i=http://web2ajax.fr/wp-content/uploads/image/cssmenumaker_com.gif&w=200' alt='Besoin d&#8217;un menu CSS joli, vite fait bien fait ?'  /></a></div>
<div class="content">Vous souhaitez mettre en place un menu design horizontal ou vertical sur votre site, votre blog et ce en moins de 10 minutes ?<br><br>Un Générateur de menu vient de faire son apparition sous le nom de http://cssmenumaker.com/<br><br>On met le nombre de boutons que l'on veut afficher, le texte, les URL et tout ça est servi dans un zip prêt à utiliser.</div></div><div class="buttons"><div class="go_visit"><a href="http://cssmenumaker.com/" target="_blank" title="Visit the cited website in Besoin d&#8217;un menu CSS joli, vite fait bien fait ?"><img src="https://s3.amazonaws.com/web2ajax/Web2ajax_v2/img/button_goto.png" width="198" height="60"></a></div></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/08/20/ajax-effet-menu-dock-a-la-macos-x/' rel='bookmark' title='Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X'>Ajax : Effet menu &#8216;DOCK&#8217; à la MacOS X</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/18/dans-la-serie-generateurs-web20/' rel='bookmark' title='Dans la série Générateurs Web2.0'>Dans la série Générateurs Web2.0</a></li>
<li>&nbsp;<a href='http://www.web2ajax.fr/2010/03/05/genius-menu-jquery-plugin-like-macos-dock-menu-effect/' rel='bookmark' title='Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect'>Genius Menu &#8211; jQuery plugin Like MacOS Dock Menu Effect</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/09/18/besoin-dun-menu-css-joli-vite-fait-bien-fait/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Superposition de Div et IE&#8230;</title>
		<link>http://www.web2ajax.fr/2007/08/23/superposition-de-div-et-ie/</link>
		<comments>http://www.web2ajax.fr/2007/08/23/superposition-de-div-et-ie/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 20:12:03 +0000</pubDate>
		<dc:creator>Guillaume DE LA RUE</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://web2ajax.fr/2007/08/23/superposition-de-div-et-ie/</guid>
		<description><![CDATA[Tout développeur web vous le dira : faut vraiment sortir les rames pour que votre site ait exactement la même tête sous IE6, IE7, FireFox, Opera, Safari...Et je bloquais depuis un bon moment sur un problème de menu déroulant central qui passait en dessous des images du site : ça fait pas terrible.Tout était nickel [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="content">Tout développeur web vous le dira : faut vraiment sortir les rames pour que votre site ait exactement la même tête sous IE6, IE7, FireFox, Opera, Safari...<br><br>Et je bloquais depuis un bon moment sur un problème de menu déroulant central qui passait en dessous des images du site : ça fait pas terrible.<br>Tout était nickel sous FireFox (logique ;)) mais pas du tout sur IE (normal).<br><br>La réponse sur les forums était 'z-index',  'z-index' et'z-index'... Mais même avec un z-index à 1000000, le div passait toujours en dessous...<br><br>Il faut donc savoir que d'une part, un z-index est appliqué seulement sur des Div en position absolute, relative ou fixed.<br>Mais ce qu'il faut surtout pas louper comme info, et ça j'ai mis du temps à le découvrir, c'est qu'il faut obligatorement mettre le style 'position:relative', avant le 'z-index' car sinon il n'est pas pris en compte...<br><br>Ah ! Merci Billou,  on s'embeterait sans IE ! ;)</div></div><div class="buttons"></div>
	<div class="clearfix"></div>

<p>Related posts:<ol><li>&nbsp;<a href='http://www.web2ajax.fr/2007/09/18/besoin-dun-menu-css-joli-vite-fait-bien-fait/' rel='bookmark' title='Besoin d&#8217;un menu CSS joli, vite fait bien fait ?'>Besoin d&#8217;un menu CSS joli, vite fait bien fait ?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.web2ajax.fr/2007/08/23/superposition-de-div-et-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 6.328 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 10:51:14 -->
<!-- Compression = gzip -->
