Team:CSIA-SouthKorea
From 2014hs.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | < | + | <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> | ||
+ | |||
+ | <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>