Team:Virginia/Tabs

From 2014.igem.org

(Difference between revisions)
 
(4 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="regions_div2"></div>
 
-
</div>
 
   
   
 +
<div id="regions_div"></div>
 +
</body>
</body>
</html>
</html>

Latest revision as of 00:43, 18 October 2014