Template:KIT-Kyoto-1

From 2010.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 104: Line 104:
     float: center;
     float: center;
     font-family:'Tahoma','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ';
     font-family:'Tahoma','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ';
 +
    color: rgb(51, 51, 51); font-family:, serif; font-size: 13px; line-height: 20px; letter-spacing: 1px;
}
}
Line 114: Line 115:
     float: left;
     float: left;
     valign: top;
     valign: top;
 +
    color: rgb(51, 51, 51); font-family:, serif; font-size: 13px; line-height: 20px; letter-spacing: 1px;
}
}
Line 125: Line 127:
     valign: top;
     valign: top;
font-family:'Tahoma','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ';
font-family:'Tahoma','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ';
 +
    color: rgb(51, 51, 51); font-family:, serif; font-size: 13px; line-height: 20px; letter-spacing: 1px;
}
}
Line 185: Line 188:
}
}
 +
Line 199: Line 203:
-
<script type="text/javascript" src="http://kitchen.net-perspective.com/sf-example/jquery.js"></script>
 
-
<script type="text/javascript" src="http://kitchen.net-perspective.com/sf-example/ui.core.js"></script>
 
-
  <script type="text/javascript" src="http://kitchen.net-perspective.com/sf-example/jquery.scroll-follow.js"></script>
 
-
 
-
  <script type="text/javascript">
 
-
  $( document ).ready( function ()
 
-
{
 
-
$( '#example' ).scrollFollow();
 
-
}
 
-
);
 
-
  </script>
 
-
 
-
<style type="text/css">
 
-
body {
 
-
margin: 0;
 
-
padding: 0;
 
-
height: 2000px;
 
-
font-family: Georgia;
 
-
font-size: 0.9em;
 
-
line-height: 1.4em;
 
-
}
 
-
 
-
#example {
 
-
position: relative;
 
-
width: 180px;
 
-
margin: 10px;
 
-
padding: 20px;
 
-
background: #eee url(/images/sfbgTile.png);
 
-
border: 2px solid #42CBDC;
 
-
}
 
-
 
-
p {
 
-
margin: 7px 0 0 0;
 
-
}
 
-
</style>
 
Line 240: Line 209:
<body>
<body>
-
<div id="example">
+
 
-
+
-
<img src="/images/ducks.png" alt="Ducks" />
+
-
+
-
<p>
+
-
This is a simple example of Scroll Follow. Scroll down to see what happens.
+
-
</p>
+
-
+
-
<p>
+
-
<a href="http://kitchen.net-perspective.com/open-source/scroll-follow/">Back to Scroll Follow home.</a>
+
-
</p>
+
-
</div>
+
</body>
</body>
</html>
</html>

Latest revision as of 05:40, 24 October 2010