<?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 : La création d’un site Internet de A à Z &#8211; Etape #4.2 : XHTML et CSS, bonnes pratiques</title>
	<atom:link href="http://blog.pockyworld.com/la-creation-d%e2%80%99un-site-internet-de-a-a-z-etape-42-xhtml-et-css-bonnes-pratiques/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pockyworld.com/la-creation-d%e2%80%99un-site-internet-de-a-a-z-etape-42-xhtml-et-css-bonnes-pratiques/</link>
	<description>Le blog (qui brule plus que l'enfer)</description>
	<lastBuildDate>Mon, 01 Feb 2010 17:28:37 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : pockyworld &#187; La création d’un site Internet de A à Z - Etape #5.1 : La construction d&#8217;un framework CSS - Master et reset</title>
		<link>http://blog.pockyworld.com/la-creation-d%e2%80%99un-site-internet-de-a-a-z-etape-42-xhtml-et-css-bonnes-pratiques/comment-page-1/#comment-1065</link>
		<dc:creator>pockyworld &#187; La création d’un site Internet de A à Z - Etape #5.1 : La construction d&#8217;un framework CSS - Master et reset</dc:creator>
		<pubDate>Tue, 14 Oct 2008 12:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pockyworld.com/?p=848#comment-1065</guid>
		<description>[...] nous avons passé temps de temps à analyser les bonnes pratiques XHTML et CSS, c&#8217;est avant tout pour construire un framework CSS efficace répondant à nos besoins. [...]</description>
		<content:encoded><![CDATA[<p>[...] nous avons passé temps de temps à analyser les bonnes pratiques XHTML et CSS, c&#8217;est avant tout pour construire un framework CSS efficace répondant à nos besoins. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : jparia</title>
		<link>http://blog.pockyworld.com/la-creation-d%e2%80%99un-site-internet-de-a-a-z-etape-42-xhtml-et-css-bonnes-pratiques/comment-page-1/#comment-1059</link>
		<dc:creator>jparia</dc:creator>
		<pubDate>Thu, 09 Oct 2008 20:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pockyworld.com/?p=848#comment-1059</guid>
		<description>Bon début, on peut associer des class à une balise par exemple:

input { font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; border:1px solid ##333; }
input .obligatoire{ background-image=url(images/etoile.gif) ; background-repeat:no-repeat; background-position:right; }
input .majuscule{ text-transform:uppercase; }
input .minuscule{ text-transform:lowercase; }

on peut ainsi appliquer plusieurs class à une balise comme par exemple pour un champ input obligatoire et en minuscule:
</description>
		<content:encoded><![CDATA[<p>Bon début, on peut associer des class à une balise par exemple:</p>
<p>input { font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; border:1px solid ##333; }<br />
input .obligatoire{ background-image=url(images/etoile.gif) ; background-repeat:no-repeat; background-position:right; }<br />
input .majuscule{ text-transform:uppercase; }<br />
input .minuscule{ text-transform:lowercase; }</p>
<p>on peut ainsi appliquer plusieurs class à une balise comme par exemple pour un champ input obligatoire et en minuscule:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
