Team:UIUC-Illinois/Project
From 2012.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<link rel="stylesheet" href="css/css.css" type="text/css" /> | <link rel="stylesheet" href="css/css.css" type="text/css" /> | ||
- | <title> | + | <title>Main</title> |
<link href="CSS/css.css" rel="stylesheet" type="text/css" /> | <link href="CSS/css.css" rel="stylesheet" type="text/css" /> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||
+ | <script src="http://illinoisigem.googlecode.com/files/galleria-1.2.7.min.js"></script> | ||
</head> | </head> | ||
- | < | + | <script> |
- | + | $(document).ready(function(){ | |
+ | $('a').click(function () { | ||
+ | var divname= this.name; | ||
+ | $("#"+divname) | ||
+ | .fadeIn(300) | ||
+ | .siblings() | ||
+ | .hide(0); | ||
+ | }); | ||
+ | }); | ||
- | + | </script> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <body> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <div id="projectcontainer"> | ||
+ | <div id="projectoverview"> | ||
+ | Overview | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 18:29, 24 August 2012