User:Benjamin Miller
From OpenWetWare
(Difference between revisions)
| Line 23: | Line 23: | ||
$('#lside3').stop().animate({backgroundPosition: '-250px 0px'}, 1000); | $('#lside3').stop().animate({backgroundPosition: '-250px 0px'}, 1000); | ||
}); | }); | ||
| - | $('# | + | $('#menulist').mouseover(function() { |
| - | $('#headover').stop().animate({height:'150px',top:'0px'}, | + | $('#headover').stop().animate({height:'150px',top:'0px'},1000); |
| + | $('#headlistpro').fadeIn(500); | ||
}); | }); | ||
$('#menu').mouseleave(function() { | $('#menu').mouseleave(function() { | ||
| - | $('#headover').stop().animate({height:'50px',top:'100px'}, | + | $('#headover').stop().animate({height:'50px',top:'100px'},1000); |
| + | $('#headlistpro').fadeOut(500); | ||
}); | }); | ||
}); | }); | ||
| Line 41: | Line 43: | ||
font-size: 1.5em; | font-size: 1.5em; | ||
color: #666666;} | color: #666666;} | ||
| - | . | + | |
| - | color: # | + | .lighttext { |
| + | color: #888888;} | ||
#menu { | #menu { | ||
| Line 112: | Line 115: | ||
top: 0px; | top: 0px; | ||
left: 0px;} | left: 0px;} | ||
| + | |||
| + | #headtit{ | ||
| + | font-family: helvetica, arial, sans-serif; | ||
| + | font-size: 1.2em; | ||
| + | color: #cccccc; | ||
| + | position: absolute; | ||
| + | top: 5px; | ||
| + | left: 400px;} | ||
| + | |||
| + | .dark{ | ||
| + | color: #aaaaaa;} | ||
| + | |||
| + | #menulist{ | ||
| + | list-style: none;} | ||
| + | |||
| + | #menulist li{ | ||
| + | } | ||
| + | |||
| + | #menulist li a{ | ||
| + | text-decoration: none; | ||
| + | font-family: helvetica, arial, sans-serif; | ||
| + | color: #666666;} | ||
| + | |||
| + | #headover ul{ | ||
| + | list-style: none; | ||
| + | display: none; | ||
| + | position: absolute; | ||
| + | top: 0px; | ||
| + | left: 0px; | ||
| + | } | ||
| + | |||
| + | #headover ul li{ | ||
| + | } | ||
| + | |||
| + | #headover ul li a{ | ||
| + | text-decoration: none; | ||
| + | font-family: helvetica, arial, sans-serif; | ||
| + | color: #aaaaaa;} | ||
| + | |||
</style> | </style> | ||
</head> | </head> | ||
| Line 119: | Line 161: | ||
</div> | </div> | ||
<div id='menu'> | <div id='menu'> | ||
| - | <ul | + | <ul id='menulist'> |
| - | + | <li><a href='#'>Project</a></li> | |
| - | <li><a href='#'> | + | <li><a href='#'>Plan</a></li> |
| - | <li><a href='#'> | + | <li><a href='#'>Results</a></li> |
| - | <li><a href='#'> | + | <li><a href='#'>Extra</a></li> |
| - | <li><a href='#'> | + | |
</ul> | </ul> | ||
<div id='headpic'> | <div id='headpic'> | ||
<div id='headover'> | <div id='headover'> | ||
| - | < | + | <p id='headtit'>Parasight <span class='dark'>Parasite detection with a rapid response</span></p> |
| - | <ul> | + | <ul id='headlistpro'> |
| - | <li><a href=' | + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010'>Overview</a></li> |
| - | <li><a href=' | + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Detection_module'>Detection Module</a></li> |
| - | <li><a href=' | + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Fast_Response_module'>Fast Response Module</a></li> |
| - | <li><a href=' | + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Output_module'>Output Module</a></li> |
| - | <li><a href='#'> | + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Ethics'>Ethics</a></li> |
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Parts'>Parts</a></li> | ||
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Papers'>Papers</a></li> | ||
| + | </ul> | ||
| + | <ul id='headlistpla'> | ||
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Strategy'>Strategy</a></li> | ||
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Parts/Synthesis'>Synthesis</a></li> | ||
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Lab_Work'>Lab Work</a></li> | ||
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Protocol'>Protocol</a></li> | ||
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Modelling'>Modelling</a></li> | ||
| + | </ul> | ||
| + | <ul id='headlistres'> | ||
| + | <li><a href='#'>Under Construction</a></li> | ||
| + | </ul> | ||
| + | <ul id='headlistext'> | ||
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Projects'>Brainstorming</a></li> | ||
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Journal_Club'>Journal Club</a></li> | ||
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Movie_Night'>Movie Night</a></li> | ||
| + | <li><a href='http://openwetware.org/wiki/IGEM:Imperial/2010/Judging_Criteria'>Judging Criteria</a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
Revision as of 07:55, 22 September 2010
Imperial College London iGEM 2010 CSynBI


