Team:Lyon-INSA/home

From 2012.igem.org

(Difference between revisions)
Line 4: Line 4:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" >     
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" >     
-
 
+
  <link rel="stylesheet" type="text/css" href="home.css"/>
-
<script href="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"/>
+
  <script href="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
-
                                     
+
-
 
+
-
                                      <!-- SCRIPT DE LA PAGE HOME -->
+
-
 
+
   <script>
   <script>
-
 
+
  $(document).ready(function(){
-
  $(document).ready(function(){
+
   $(".choixMenu").mouseover(function(){
   $(".choixMenu").mouseover(function(){
     $(this).css("background-color", "#46B7FB");           
     $(this).css("background-color", "#46B7FB");           
Line 65: Line 60:
   </script>   
   </script>   
-
 
-
 
-
                                            <!-- FIN DU SCRIPT -->
 
-
 
-
 
   <head>         
   <head>         
   </head>         
   </head>         
   <body>       
   <body>       
     <div id="menu">       
     <div id="menu">       
-
       <div id="mycontent">
+
       <div id="content">
         <div id="team" class="choixMenu">  
         <div id="team" class="choixMenu">  
           <div class="titreMenu">Team</div>   
           <div class="titreMenu">Team</div>   

Revision as of 18:03, 16 July 2012

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">