<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.geeek.org/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Blog de Geeek, le blog geek par excellence par Ludovic Toinel ... - Balise - css</title>
  <link>http://www.geeek.org/</link>
  <atom:link href="http://www.geeek.org/feed/tag/css/rss2" rel="self" type="application/rss+xml"/>
  <description>Le blog d'un geek passionné par : l'informatique, le Web, Internet, les gadgets, la photo, la sécurité, Linux, le développement, la culture geek ...</description>
  <language>fr</language>
  <pubDate>Mon, 13 Oct 2008 08:41:21 +0200</pubDate>
  <copyright>Blog de geeek</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Astuce Dotclear #3 : Comment avoir des articles lisibles</title>
    <link>http://www.geeek.org/post/2008/08/10/Astuce-Dotclear-3-%3A-Comment-avoir-des-articles-lisibles</link>
    <guid isPermaLink="false">urn:md5:d28ec266ae1295d09728673f2b48a8de</guid>
    <pubDate>Sun, 10 Aug 2008 23:14:00 +0200</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>DotClear</category>
        <category>astuce</category><category>blog</category><category>css</category><category>dotclear</category><category>web</category><category>xhtml</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/dotclear2/dotclear_logo.png&quot; alt=&quot;dotclear article css astuce&quot; style=&quot;float:right; margin: 0 0 1em 1em;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Dans le thème par défaut de Dotclear 2, les articles mis en page sans style
particulier. Les sauts de ligne ne sont pas assez important entre les
paragraphes et le texte n'est pas justifié.&lt;/p&gt;
&lt;p&gt;Voici une petite astuce qui vous permettra d'avoir des articles plus clairs
et plus lisibles. Il suffit pour cela d'éditer le fichier CSS de votre thème et
d'ajouter ou de remplacer le style suivant :&lt;/p&gt;
&lt;code class=&quot;css&quot;&gt;&lt;span style=&quot;color: #6666ff;&quot;&gt;.post-&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;content&lt;/span&gt; &lt;/span&gt;p, &lt;span style=&quot;color: #6666ff;&quot;&gt;.post-excerpt &lt;/span&gt;p&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin-bottom&lt;/span&gt;: 8px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-align&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;justify&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/code&gt;
&lt;p&gt;C'est très simple comme astuce, mais cela vous permettra de bien séparer
physiquement les paragraphes et de justifier l'alignement du texte.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2008/08/10/Astuce-Dotclear-3-%3A-Comment-avoir-des-articles-lisibles#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2008/08/10/Astuce-Dotclear-3-%3A-Comment-avoir-des-articles-lisibles#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/1630</wfw:commentRss>
      </item>
    
  <item>
    <title>Dust-Me Selectors : Une solution simple pour nettoyer ses feuilles de styles</title>
    <link>http://www.geeek.org/post/2008/08/10/Dust-Me-Selectors-%3A-Une-solution-simple-pour-nettoyer-ses-feuilles-de-styles</link>
    <guid isPermaLink="false">urn:md5:1829bbe8ac684f21c4a530d3504b0375</guid>
    <pubDate>Sun, 10 Aug 2008 22:24:00 +0200</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>Developpement</category>
        <category>analyse</category><category>css</category><category>internet</category><category>style</category><category>web</category><category>xhtml</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/developpement/css.jpg&quot; alt=&quot;css nettoyage styles web xhtml&quot; style=&quot;float:right; margin: 0 0 1em 1em;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Comme vous le savez, il est n'est pas simple de maintenir correctement des
feuilles de styles.&lt;/p&gt;
&lt;p&gt;Au fur et à mesure que les pages Web évoluent, il est impossible de
distinguer dans une feuille de styles les styles qui sont utilisés de ceux qui
ne le sont plus.&lt;/p&gt;
&lt;p&gt;Après quelques recherche sur Google, je suis tombé sur &lt;a href=&quot;http://www.sitepoint.com/dustmeselectors/&quot;&gt;un plugin Firefox&lt;/a&gt; très
intéressant qui permet de générer un rapport sur les styles inutilisés dans les
&lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; après une analyse
complète d'un site.&lt;/p&gt;
&lt;p&gt;Ce plugin s'appelle &lt;strong&gt;Dust-Me Selectors&lt;/strong&gt; et est téléchargeable
à cette URL :&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.sitepoint.com/dustmeselectors/&quot;&gt;http://www.sitepoint.com/dustmeselectors/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Après l'analyse réalisée, il suffit ensuite de supprimer manuellement les
styles inutilisés dans les vos &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt;. Encore un plugin ultra pratique qui
vient s'ajouter à mes plugins favoris : &lt;a href=&quot;http://www.geeek.org/post/2008/03/27/Extension-Firebug-pour-Firefox-3&quot;&gt;Firebug&lt;/a&gt; et &lt;a href=&quot;https://addons.mozilla.org/fr/firefox/addon/60&quot;&gt;Web Developpe&lt;/a&gt;r.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2008/08/10/Dust-Me-Selectors-%3A-Une-solution-simple-pour-nettoyer-ses-feuilles-de-styles#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2008/08/10/Dust-Me-Selectors-%3A-Une-solution-simple-pour-nettoyer-ses-feuilles-de-styles#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/1629</wfw:commentRss>
      </item>
    
  <item>
    <title>La CSS Naked Day c'est aujourd'hui !</title>
    <link>http://www.geeek.org/post/2008/04/09/La-CSS-Naked-Day-cest-aujourdhui</link>
    <guid isPermaLink="false">urn:md5:bf5f89461e5ff31dd5fd00276e1fe2e7</guid>
    <pubDate>Wed, 09 Apr 2008 07:54:00 +0200</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>Sur le Web</category>
        <category>css</category><category>day</category><category>naked</category><category>web</category>    
    <description>    &lt;p&gt;&lt;a href=&quot;http://naked.dustindiaz.com/&quot; hreflang=&quot;en&quot;&gt;&lt;img src=&quot;http://www.geeek.org/public/web/naked-day-2008.png&quot; alt=&quot;css naked day 2008&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;C'est donc normal si le blog n'a plus de thème aujourd'hui.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://naked.dustindiaz.com/&quot; hreflang=&quot;en&quot;&gt;http://naked.dustindiaz.com/&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2008/04/09/La-CSS-Naked-Day-cest-aujourdhui#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2008/04/09/La-CSS-Naked-Day-cest-aujourdhui#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/1371</wfw:commentRss>
      </item>
    
  <item>
    <title>CSS Naked Day 2008</title>
    <link>http://www.geeek.org/post/2008/04/02/CSS-Naked-Day-2008</link>
    <guid isPermaLink="false">urn:md5:045dcd9990742b839d729a6ee960023e</guid>
    <pubDate>Wed, 02 Apr 2008 00:22:00 +0200</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>Sur le Web</category>
        <category>css</category><category>naked</category><category>web</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/web/naked-day-2008.png&quot; alt=&quot;css naked day 2008&quot; /&gt;&lt;/p&gt;
&lt;p&gt;La &lt;a href=&quot;http://naked.dustindiaz.com/&quot; hreflang=&quot;en&quot;&gt;CSS Naked Day
2008&lt;/a&gt; n'est pas encore annoncée officiellement. L'année dernière, elle a eu
lieu le 5 Avril, aura t'elle lieu cette année ?&lt;/p&gt;
&lt;p&gt;Le site officiel du mouvement est : &lt;a href=&quot;http://naked.dustindiaz.com/&quot; hreflang=&quot;fr&quot;&gt;http://naked.dustindiaz.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://xhtml.com/en/web-standards/css-naked-day/&quot; hreflang=&quot;en&quot;&gt;Sur
le site Xhtml.com, il est annoncé que la journée aura lieu le 9 Avril.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Alors ? Qui suivra le mouvement le 9 Avril prochain ?&lt;/p&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2008/04/02/CSS-Naked-Day-2008#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2008/04/02/CSS-Naked-Day-2008#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/1359</wfw:commentRss>
      </item>
    
  <item>
    <title>Petit rafraichissement du thème du blog</title>
    <link>http://www.geeek.org/post/2007/08/31/Petit-rafraichissement-du-theme-du-blog</link>
    <guid isPermaLink="false">urn:md5:57e203b7da71b3998458cf29d002fd4e</guid>
    <pubDate>Fri, 31 Aug 2007 23:19:00 +0200</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>DotClear</category>
        <category>css</category><category>dotclear2</category><category>theme</category>    
    <description>    &lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/developpement/pot_css.jpg&quot; alt=&quot;css,dotclear,theme&quot; style=&quot;float:left; margin: 0 1em 1em 0;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Petit rafraichissement du thème du blog ...&lt;/p&gt;


&lt;p&gt;Un petit CTRL+F5 sera nécessaire pour les personnes qui ont toujours l'ancienne CSS dans leur cache &lt;img src=&quot;/themes/geeek.org/smilies/wink.png&quot; alt=&quot;;-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Bonne soirée !&lt;/p&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2007/08/31/Petit-rafraichissement-du-theme-du-blog#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2007/08/31/Petit-rafraichissement-du-theme-du-blog#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/975</wfw:commentRss>
      </item>
    
  <item>
    <title>Un menu déroulant transparent avec Scriptaculous + CSS</title>
    <link>http://www.geeek.org/post/2007/04/20/Un-menu-deroulant-transparent-avec-Scriptaculous-CSS</link>
    <guid isPermaLink="false">urn:md5:67e923af424ba821b1d9d66db80a8612</guid>
    <pubDate>Fri, 20 Apr 2007 23:40:00 +0100</pubDate>
    <dc:creator>Ludovic Toinel</dc:creator>
        <category>Developpement</category>
        <category>css</category><category>javascript</category><category>menu</category><category>transparence</category>    
    <description>    &lt;p&gt;Vous ne l'avez peut être pas encore remarqué mais le menu du blog a pas mal changé cette semaine.
J'ai mis en place Scriptaculous et j'ai joué avec la CSS du thème pour faire quelque chose de sympa visuellement.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://www.geeek.org/public/developpement/menu-deroulant.png&quot; alt=&quot;menu,deroulant,CSS,transparence,javascript&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Alors pour les néophytes voici quelques explications :&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tout d'abord j'ai téléchargé les scripts Javascript de Scriptaculous (&lt;a href=&quot;http://script.aculo.us/downloads&quot; hreflang=&quot;fr&quot;&gt;http://script.aculo.us/downloads&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;J'ai copié l'ensemble des fichiers javascript de scriptaculous (fichiers .js), ainsi que le fichier prototype.js à l'intérieur du répertoire &amp;quot;js&amp;quot; de mon thème Dotclear (/themes/mon_theme/js/).&lt;/li&gt;
&lt;li&gt;J'ai édité le fichier _top.html de mon thème et j'ai ajouté les lignes HTML suivantes pour inclure les scripts de Scriptaculous et de Prototype dans la page :&lt;/li&gt;
&lt;/ul&gt;
&lt;code class=&quot;javascript&quot;&gt;&amp;lt;script src=&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;/themes/geeek.org/js/prototype.js&amp;quot;&lt;/span&gt; type=&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;lt;script src=&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;/themes/geeek.org/js/scriptaculous.js?load=effects&amp;quot;&lt;/span&gt; type=&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;text/javascript&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/code&gt;


&lt;p&gt;&lt;em&gt;Remarque : &amp;quot;geeek.org&amp;quot; est le nom du thème que j'utilise.&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ensuite j'ai ouvert le fichier _top.html pour y ajouté le contenu de mon menu :&lt;/li&gt;
&lt;/ul&gt;
&lt;code class=&quot;xml&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;div&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;menu&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;ul&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;a&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;href&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;#&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;title&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Dotclear2&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;onclick&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;new Effect.toggle('sousMenu1','blind')&amp;quot;&lt;/span&gt; &lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;Menu1&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/a&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;ul&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;sousMenu1&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;style&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;display: none&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;class&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;sousMenu&amp;quot;&lt;/span&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;a&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;href&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;#&amp;quot;&lt;/span&gt; &lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;Item1&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/a&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;a&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;href&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;#&amp;quot;&lt;/span&gt; &lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;Item2&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/a&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/ul&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/li&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/ul&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;lt;/div&lt;span style=&quot;font-weight: bold; color: black;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;


&lt;p&gt;Remarque : Le javascript inséré à l'intérieur du menu utilise les fonctionnalités de Scriptaculous :&lt;/p&gt;

&lt;code class=&quot;javascript&quot;&gt;onclick=&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;new Effect.toggle('sousMenu1','blind')&amp;quot;&lt;/span&gt;&lt;/code&gt;


&lt;ul&gt;
&lt;li&gt;J'ai ajouter à la feuille styles de mon thème les styles qui vont permettre au menu d'avoir une apparence agréable et une transparence :&lt;/li&gt;
&lt;/ul&gt;
&lt;code class=&quot;css&quot;&gt;&lt;span style=&quot;color: #cc00cc;&quot;&gt;#menu &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #FFF;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;width&lt;/span&gt;: 680px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;height&lt;/span&gt;: 26px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;background&lt;/span&gt;: #fff &lt;span style=&quot;color: #993333;&quot;&gt;url&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;img/menu.png&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;repeat-x&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;top&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin-left&lt;/span&gt;: 20px;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu ul&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin-left&lt;/span&gt;: 20px;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu li&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;display&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;inline&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;list-style-type&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;float&lt;/span&gt;: &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu a &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;bold&lt;/span&gt;; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;: 10pt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #ffffff;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;: 0px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding-left&lt;/span&gt;: 25px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding-right&lt;/span&gt;: 25px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-left-style&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-left-width&lt;/span&gt;: 1px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-left-color&lt;/span&gt;: #AAAAAA;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;#menu a&lt;span style=&quot;color: #3333ff;&quot;&gt;:link &lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #ffffff;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu a&lt;span style=&quot;color: #3333ff;&quot;&gt;:visited &lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #eeeeee;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;#menu a&lt;span style=&quot;color: #3333ff;&quot;&gt;:hover &lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #FF8800;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;#menu a&lt;span style=&quot;color: #3333ff;&quot;&gt;:active &lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;: #FF9900;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;underline&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;overline&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu &lt;span style=&quot;color: #6666ff;&quot;&gt;.sousMenu&lt;br /&gt;
&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt; : 5px &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt; ;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;position&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;absolute&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-left&lt;/span&gt;: 3px &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt; #&lt;span style=&quot;color: #cc66cc;&quot;&gt;555&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-right&lt;/span&gt;: 3px &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt; #&lt;span style=&quot;color: #cc66cc;&quot;&gt;555&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-bottom&lt;/span&gt;: 5px &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt; #&lt;span style=&quot;color: #cc66cc;&quot;&gt;555&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt; &lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
&amp;nbsp;#menu &lt;span style=&quot;color: #6666ff;&quot;&gt;.sousMenu &lt;/span&gt;li&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;display&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;block&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;float&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-top&lt;/span&gt;: 1px &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt; #AAA;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;background-color&lt;/span&gt;: #&lt;span style=&quot;color: #cc66cc;&quot;&gt;555&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;: 0px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;: 2px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;filter:alpha&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;opacity=&lt;span style=&quot;color: #cc66cc;&quot;&gt;70&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-moz-opacity:&lt;span style=&quot;color: #cc66cc;&quot;&gt;0.7&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;opacity: &lt;span style=&quot;color: #cc66cc;&quot;&gt;0.7&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-khtml-opacity: &lt;span style=&quot;color: #cc66cc;&quot;&gt;0.7&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt; &lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;#menu &lt;span style=&quot;color: #6666ff;&quot;&gt;.sousMenu &lt;/span&gt;a &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding-left&lt;/span&gt; : 5px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding-right&lt;/span&gt; : 5px;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;: &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;: 9pt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;: 0px;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;#menu &lt;span style=&quot;color: #6666ff;&quot;&gt;.sousMenu &lt;/span&gt;li&lt;span style=&quot;color: #3333ff;&quot;&gt;:hover &lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;filter:alpha&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;opacity=&lt;span style=&quot;color: #cc66cc;&quot;&gt;90&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-moz-opacity:&lt;span style=&quot;color: #cc66cc;&quot;&gt;0.9&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;opacity: &lt;span style=&quot;color: #cc66cc;&quot;&gt;0.9&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -khtml-opacity: &lt;span style=&quot;color: #cc66cc;&quot;&gt;0.9&lt;/span&gt;;&lt;br /&gt;
&amp;nbsp;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/code&gt;

&lt;ul&gt;
&lt;li&gt;Et le tour est joué &lt;img src=&quot;/themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.geeek.org/post/2007/04/20/Un-menu-deroulant-transparent-avec-Scriptaculous-CSS#comment-form</comments>
      <wfw:comment>http://www.geeek.org/post/2007/04/20/Un-menu-deroulant-transparent-avec-Scriptaculous-CSS#comment-form</wfw:comment>
      <wfw:commentRss>http://www.geeek.org/feed/rss2/comments/813</wfw:commentRss>
      </item>
    
</channel>
</rss>