Difference between revisions of "Template:Pasteur Paris/Menu"

Line 338: Line 338:
 
#project-sub {
 
#project-sub {
 
     display: none;
 
     display: none;
     left: 0.5%;
+
     right: 93.5%;
 
}
 
}
  
Line 494: Line 494:
 
// make chip stay over main menu point when its submenu appears and makes the submenu stay visible//
 
// make chip stay over main menu point when its submenu appears and makes the submenu stay visible//
 
             $("#project-sub") .hover(function(){
 
             $("#project-sub") .hover(function(){
                 $("#runningchip") .css('left','1.3%');
+
                 $("#runningchip") .css('right','93.5%');
 
                 $("#project-sub") .show();
 
                 $("#project-sub") .show();
 
             },
 
             },
 
                                     function(){
 
                                     function(){
                 $("#runningchip") .css('left','');
+
                 $("#runningchip") .css('right','');
 
                 $("#project-sub") .hide();
 
                 $("#project-sub") .hide();
 
             });
 
             });

Revision as of 11:18, 31 July 2018

""