source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/CSocial.2/javascript.js @ 272

Last change on this file since 272 was 272, checked in by guille, 15 years ago

se agrego CSocial2

File size: 420 bytes
Line 
1 $(document).ready(function(){
2   // fait marcher le menu a deux niveaux
3   $('#navigation').children('.niveau1').each(function(){
4        $(this).mouseover(function() {
5        $(this).children('.ulniveau2').show();         
6        })
7       
8        $(this).mouseout(function() {
9        $(this).children('.ulniveau2').hide();         
10        })
11        });
12       
13        $('#contextes a img').parent().css("padding","0").css("background-image","none");
14       
15 });
Note: See TracBrowser for help on using the repository browser.