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> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<script> | <script> | ||
- | + | $(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> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
<head> | <head> | ||
</head> | </head> | ||
<body> | <body> | ||
<div id="menu"> | <div id="menu"> | ||
- | <div id=" | + | <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">