Team:Virginia/Tabs

From 2014.igem.org

(Difference between revisions)
 
(5 intermediate revisions not shown)
Line 2: Line 2:
<html>
<html>
<head>
<head>
-
 
+
  <link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
 +
  <script src="//code.jquery.com/jquery-1.10.2.js"></script>
 +
  <script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
 +
  <link rel="stylesheet" href="/resources/demos/style.css">
   <script src="https://www.google.com/jsapi"></script>
   <script src="https://www.google.com/jsapi"></script>
   
   
Line 80: Line 83:
 +
<script>
 +
  $(function() {
 +
    $( "#tabs" ).tabs();
 +
  });
 +
  </script>
 +
 +
<style>
 +
#regions_div{
 +
margin: 0 auto;
 +
}
 +
</style>
</head>
</head>
<body>
<body>
-
<div id="another">
 
-
<div id="tabs">
 
-
  <ul>
 
-
    <li><a href="#tabs-1">Synthetic Biology Feelings</a></li>
 
-
    <li><a href="#tabs-2">Drinking Water</a></li>
 
-
  </ul>
 
-
  <div id="tabs-1"><center>Having read the above, how would you describe your feelings towards synthetic biology?</center><center><div id="regions_div"></div></center></div>
 
-
  <div id="tabs-2"><center>Would you drink water that is purified by bacteria if there are 0 bacteria in the water when you drink it, and the water is shown to be safe?</center><div id="regions_div2"></div></div>
 
-
</div>
 
-
 
-
</div>
 
   
   
 +
<div id="regions_div"></div>
 +
</body>
</body>
</html>
</html>

Latest revision as of 00:43, 18 October 2014