Team:Queens Canada/sandbox

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
 
+
<style type="text/css">
-
  <script src="http://code.jquery.com/jquery-latest.js"></script>
+
@font-face
-
<script type="text/javascript" src="https://2012.igem.org/Team:Queens_Canada/Javascript/Mousehold?action=raw&ctype=text/js"></script>  
+
{
 +
    font-family: my_font;
 +
    src: url('http://dl.dropbox.com/u/46807995/WetPaint.ttf');
 +
}
 +
p
 +
{
 +
    font-family: my_font; 
 +
}
 +
</style>
</head>
</head>
-
<Body>
+
<body>
-
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
<p> testing 123 </p>
-
 
+
-
 
+
-
<div id="upbutton" style="bottom:0px; position:fixed;">
+
-
up
+
-
</div>
+
-
 
+
-
<script>
+
-
    $("#upbutton").mousehold(function(){
+
-
   
+
-
window.scrollBy(0,-10);   
+
-
});
 
-
 
 
-
</script>
 
</body>
</body>
</html>
</html>

Revision as of 20:13, 8 June 2012

testing 123