Team:UIUC Illinois/Demo/2

From 2013.igem.org

Revision as of 05:08, 24 September 2013 by Ashleysmoy (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<link rel="stylesheet" type="text/css" href="https://2013.igem.org/Template:UIUCHeader?action=raw&ctype=text/css"/> <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css?action=raw&ctype=text/css"/> <link href='http://fonts.googleapis.com/css?family=Rosario' rel='stylesheet' type='text/css'> <script type= "text/javascript" src="http://code.jquery.com/jquery-1.9.1.js?action=raw&ctype=text/javascript"/></script> <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js?action=raw&ctype=text/javascript"></script> <script type="text/javascript" src="javascript/jquery.accordion.js"></script> <script>

 $(function() {
   $( "#accordion" ).accordion({ active:0 });
   $( "#accordion" ).accordion({ collapsible: false });
 }); 

</script> </head>

<a href="https://2013.igem.org/Team:_UIUC_Illinois/Contact_Us" class="right">Contact Us</a>

        <a href="https://2013.igem.org/Team:UIUC_Illinois"><img src="Illinoisigem.png" width="407.36" height="114.8" alt="UIUC iGEM" class="center" /></a>
   <img src="Smiling_fox.jpg" width="720" height="294" alt="Smiling fox" />

This is the same as the previous option, but with the accordion set so that one pane must always remain open.

</center> </body>

</html>