Team:Hong Kong HKUST/test1
From 2013.igem.org
(Difference between revisions)
(20 intermediate revisions not shown) | |||
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:160px; | ||
+ | height:30px; | ||
+ | line-height:30px; | ||
+ | text-align:center; | ||
+ | background-color:blue; | ||
+ | } | ||
+ | |||
+ | .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 | ||
{ | { | ||
position:fixed; | position:fixed; | ||
- | top: | + | top:150px; |
left:10px; | left:10px; | ||
} | } | ||
Line 20: | Line 65: | ||
display:block; | display:block; | ||
font-weight:bold; | font-weight:bold; | ||
- | color:# | + | color:#494042; |
- | background-color:# | + | background-color:#35BB91; |
width:120px; | width:120px; | ||
text-align:center; | text-align:center; | ||
padding:4px; | padding:4px; | ||
text-decoration:none; | text-decoration:none; | ||
- | + | ; | |
} | } | ||
.pos_fixed a:hover,.pos_fixed a:active | .pos_fixed a:hover,.pos_fixed a:active | ||
{ | { | ||
- | background-color:# | + | background-color:#35BB91; |
} | } | ||
Line 36: | Line 81: | ||
</head> | </head> | ||
<body> | <body> | ||
- | |||
- | |||
- | |||
<div class="menu"> | <div class="menu"> | ||
Line 85: | Line 127: | ||
</div> | </div> | ||
- | <li><a href=" | + | |
- | <li><a href=" | + | <ol class="pos_fixed"> |
- | <li><a href=" | + | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/hp/https://2013.igem.org/Team:Hong_Kong_HKUST/experiment/exp4">Glyoxylate Shunt</a></li> |
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/experiment/exp3">Protein Trafficking</a></li> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/experiment/exp2">FA Sensing Mechanism</a></il> | ||
+ | <li><a href="https://2013.igem.org/Team:Hong_Kong_HKUST/experiment/exp1">Cell Viability & FA Quantifictaion</a></il> | ||
</ol> | </ol> | ||
- | <h><a id="notebook"> | + | <br><br> |
- | <h><a id="protocols"> | + | <h><a id="notebook"></a>notebook</h> |
- | <h><a id=" | + | <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> |
+ | <h><a id="protocols"></a>protocols</h> | ||
+ | <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ||
+ | |||
+ | <h><a id="C4"></a>safety</h> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 20:40, 27 September 2013