Team:Lyon-INSA/home

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
{{Lyon-INSA/homeCss}}
{{Lyon-INSA/homeCss}}
Line 21: Line 20:
   $("#ourCity").mouseout(function(){
   $("#ourCity").mouseout(function(){
       $(this).css("background-color", "#75EF56");     
       $(this).css("background-color", "#75EF56");     
-
   });      
+
   });  
-
 
+
-
 
+
   $(".choixMenu").click(function(){
   $(".choixMenu").click(function(){
       $("#menu").animate({width:'0px'},500,'linear',function(){
       $("#menu").animate({width:'0px'},500,'linear',function(){
Line 37: Line 34:
     $("#project").click(function(){
     $("#project").click(function(){
       $("#pageContent").html("");
       $("#pageContent").html("");
-
       $("#pageContent").load('project #pageProject *');     
+
       $("#pageContent").load('http://www.toofiles.com/fr/oip/documents/html/project.html');     
     });   
     });   
     $("#sponsoring").click(function(){
     $("#sponsoring").click(function(){
Line 53: Line 50:
       $(this).css("font-size","15px");
       $(this).css("font-size","15px");
     });
     });
 +
 +
});
});

Revision as of 10:59, 17 July 2012