Team:Hong Kong HKUST/test1

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js">
 +
</script>
 +
<script type="text/javascript">
 +
$(document).ready(function(){
 +
$(".menu li").hover(function(){
 +
$(this).find("ul>li").stop().fadeToggle(10);
 +
});
 +
});
 +
</script>
 +
<style type="text/css">
 +
.menu ul{
 +
margin:0;
 +
padding:0;
 +
list-style:none;
 +
}
 +
 +
.menu ul li{
 +
float:left;
 +
width:150px;
 +
height:30px;
 +
line-height:30px;
 +
text-align:center;
 +
background-color:green;
 +
}
 +
 +
.menu ul li a{
 +
text-decoration:none;
 +
color:yellow;
 +
}
 +
 +
.menu ul li li{
 +
background-color:green;
 +
color:white;
 +
display:none;
 +
}
 +
 +
.menu ul li li:hover{
 +
background:#555;
 +
}
 +
 +
.menu ul li li a{
 +
text-decoration:none;
 +
color:white;
 +
}
 +
</style>
<style>
<style>
.pos_fixed
.pos_fixed

Revision as of 15:46, 6 July 2013

  1. notebook
  2. protocols
  3. safety
notebook


































protocols


































safety