<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: angenoir: Menu</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Menu déroulant qui se déroule/cache quand la souris est dessus avec JQuery</title>
        <link>http://www.posteet.com/view/952</link>
        <description>
        <![CDATA[<pre>&lt;script src=&quot;http://iscripting.net/jquery/jquery_1.2.1.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){

$(&quot;#drop_down&quot;).hide();
$(&quot;#drop_down&quot;).animate({

opacity:0.5

});


$(&quot;a:contains('blah')&quot;).mouseover(function() {

$(&quot;#drop_down&quot;).show(&quot;slow&quot;);

});

$(&quot;#drop_down&quot;).mouseout(function(){

$(this).hide('slow');

});



});
&lt;/script&gt;
&lt;style&gt;
#drop_down {
background:olive;
width:100px;
height:200px;
z-index:1;
}

#hori_menu {
height:60px;
border: 2px solid #EEEEEE;
width:400px;
}
&lt;/style&gt;

&lt;div id=&quot;hori_menu&quot;&gt;
&lt;a href=&quot;#&quot;&gt;Google&lt;/a&gt;
&lt;br /&gt;
&lt;div id=&quot;drop_down&quot;&gt;
Bleh&lt;br /&gt;
Blub&lt;br /&gt;
Burp&lt;br /&gt;

Items
&lt;/div&gt;
&lt;/div&gt;</pre> <a href="http://www.posteet.com/tags/Déroulant">[Déroulant]</a>  <a href="http://www.posteet.com/tags/Javascript">[Javascript]</a>  <a href="http://www.posteet.com/tags/Menu">[Menu]</a> ]]>        </description>
        <dc:creator>angenoir</dc:creator>
        <pubDate>Fri, 09 May 2008 16:31:58 +0000</pubDate>

            <category>Déroulant</category>
            <category>Javascript</category>
            <category>Menu</category>
    
    </item>


</channel>
</rss>
