Difference between revisions of "Team:Birkbeck/Experiments"

(Undo revision 376165 by Srcraig1987 (talk))
Line 1: Line 1:
 
{{BirkbeckNavigationBar}}
 
{{BirkbeckNavigationBar}}
 
<html>
 
<html>
 +
<head>
  
 +
<meta charset="utf-8">
 +
        <title>jQuery UI Accordion - Collapse content</title>
 +
        <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
 +
        <script src="//code.jquery.com/jquery-1.10.2.js"></script>
 +
        <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
 +
        <link rel="stylesheet" href="/resources/demos/style.css">
 +
        <script>
 +
          $(function() {
 +
            $( ".accordion" ).accordion({
 +
              collapsible: true,
 +
              active: false,
 +
              heightStyle: "content"
 +
            });
 +
          });
 +
        </script>
 +
 +
</head>
 
<div id="maincontainer">
 
<div id="maincontainer">
  
Line 21: Line 39:
 
<h3><li><a href="https://2015.igem.org/Team:Birkbeck/Electroporation">Electroporation of <i>E. coli</i></a></li></h3>  
 
<h3><li><a href="https://2015.igem.org/Team:Birkbeck/Electroporation">Electroporation of <i>E. coli</i></a></li></h3>  
 
<br><hr><br>
 
<br><hr><br>
 
<li><a href="https://2015.igem.org/Team:Birkbeck/Measurement">Continue to Measurements</a></li>
 
 
 
 
</div>
 
</html>
 
  
 
<div class="accordion">
 
<div class="accordion">
Line 53: Line 64:
 
                     <a href="https://2015.igem.org/Team:Birkbeck/Research">
 
                     <a href="https://2015.igem.org/Team:Birkbeck/Research">
 
                 </h3>
 
                 </h3>
                 <p>Click here to learn about the Background to our Project.
+
                 <p>Click here to learn about our Research.
 
                 </p>     
 
                 </p>     
 
                 <br>         
 
                 <br>         
                 <img width="400px" height="auto" src="https://static.igem.org/mediawiki/2015/d/dd/Birkbeck_Global_new_cases_mdr_tb_2011.png" border="0"/>
+
                 <img width="400px" height="auto" src="https://static.igem.org/mediawiki/2015/c/c7/Rachel-elliot.jpg" border="0"/>
 
                     </a>
 
                     </a>
 
                  
 
                  
Line 66: Line 77:
 
                 </div>
 
                 </div>
 
             <br><hr><br>
 
             <br><hr><br>
 +
 
</div>
 
</div>
 +
</html>

Revision as of 21:19, 18 September 2015

jQuery UI Accordion - Collapse content