Team:CSIA-SouthKorea

From 2014hs.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!doctype html>
+
<script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
-
<html>
+
<script type="text/javascript">
-
<head>
+
$(document).ready(function(){
-
   <title>Test</title>
+
    
-
  </head>
+
  });
-
<body>
+
</script>
-
  <div style="position: absolute; width:100%; background-color: skyblue;">
+
<style type="text/css">
-
  </div>
+
.test=class{
-
</body>
+
  position: fixed;
-
</html>
+
  width: 100%;
 +
  height: 100px;
 +
}
 +
</style>
 +
 
 +
<div class="test-class">
 +
</div>

Revision as of 06:00, 6 June 2014

<script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script> <script type="text/javascript">

$(document).ready(function(){
 
});

</script> <style type="text/css">

.test=class{
 position: fixed;
 width: 100%;
 height: 100px;
}

</style>