|
|
Line 1: |
Line 1: |
| <html><head> | | <html><head> |
- | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| |
| | | |
- | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
| + | |
- | | + | |
- | <script type="text/javascript"> | + | |
- | $(document).ready(function(){
| + | |
- | $('#Team').mouseover(function(){
| + | |
- | $('#Team').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
| + | |
- | });
| + | |
- | $('#Team').mouseleave(function(){
| + | |
- | $('#Team').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
| + | |
- | });
| + | |
- | $('#Project').mouseover(function(){
| + | |
- | $('#Project').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
| + | |
- | });
| + | |
- | $('#Project').mouseleave(function(){
| + | |
- | $('#Projectnction(){
| + | |
- | $('#Human_practice').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
| + | |
- | });
| + | |
- | $('#Human_practice').mouseleave(function(){
| + | |
- | $('#Human_practice').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
| + | |
- | });
| + | |
- | $('#Wet_lab').mouseover(function(){
| + | |
- | $('#Wet_lab').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
| + | |
- | });
| + | |
- | $('#Wet_lab').mouseleave(function(){
| + | |
- | $('#Wet_lab').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
| + | |
- | });
| + | |
- | $('#Extras').mouseover(function(){
| + | |
- | $('#Extras').stop(true,false).animate({boxShadow:"10px 10px 10px #222222", top:"-5px", left:"-5px"},100);
| + | |
- | });
| + | |
- | $('#Extras').mouseleave(function(){
| + | |
- | $('#Extras').stop(true,false).animate({boxShadow:"0px 0px 0px #222222", top:"0px", left:"0px"},100);
| + | |
- | });
| + | |
- | $('#Team').click(function(){
| + | |
- | $('#Team_Content').slideToggle("slow");
| + | |
- | });
| + | |
- | $('#Project').click(function(){
| + | |
- | $('#Project_Content').slideToggle("slow");
| + | |
- | });
| + | |
- | $('#Wet_lab').click(function(){
| + | |
- | $('#Wet_lab_Content').slideToggle("slow");
| + | |
- | });
| + | |
- | $('#Human_practice').click(function(){
| + | |
- | $('#Human_practice_Content').slideToggle("slow");
| + | |
- | });
| + | |
- | $('#Extras').click(function(){
| + | |
- | $('#Extras_Content').slideToggle("slow");
| + | |
- | });
| + | |
- | $('#menubar').mouseover(function(){
| + | |
- | $('#menubar').stop().animate({top:"0px"},500);
| + | |
- | });
| + | |
- | $('#menubar').mouseleave(function(){
| + | |
- | $('#menubar').stop().animate({top:"-40px"},500);
| + | |
- | });
| + | |
- | $('#menubar.right-menu').mouseover(function(){
| + | |
- | $('#menubar.right-menu').stop().animate({top:"0px"},500);
| + | |
- | });
| + | |
- | $('#menubar.right-menu').mouseleave(function(){
| + | |
- | $('#menubar.right-menu').stop().animate({top:"-40px"},500);
| + | |
- | });
| + | |
- | $('#News_Click').click(function(){
| + | |
- | $('#News_Content').slideToggle("slow");
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | </script>
| + | |
- | | + | |
- | <title>Team:HKUST-Hong Kong - 2012.igem.org</title>
| + | |
| | | |
| <style type="text/css"> | | <style type="text/css"> |