Team:KIT-Kyoto----
From 2010.igem.org
(Difference between revisions)
(New page: <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Scroll Follow Simple Example</title> <script type="text/javascript" src="http://kitchen.ne...) |
|||
(7 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | <head> | + | <html><head> |
- | |||
- | |||
<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/jquery.js"></script> | ||
Line 11: | Line 9: | ||
$( document ).ready( function () | $( document ).ready( function () | ||
{ | { | ||
- | $( '# | + | $( '#iGEM' ).scrollFollow(); |
} | } | ||
); | ); | ||
Line 26: | Line 24: | ||
} | } | ||
- | # | + | #iGEM { |
position: relative; | position: relative; | ||
+ | float:right; | ||
width: 180px; | width: 180px; | ||
- | margin: | + | margin: 0px; |
- | padding: | + | padding: 0px; |
- | + | border: 0px solid #42CBDC; | |
- | border: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
</style> | </style> | ||
Line 43: | Line 37: | ||
<body> | <body> | ||
- | <div id=" | + | <div id="iGEM"> |
- | + | <a href="http://kitchen.net-perspective.com/open-source/scroll-follow/"><img src="/images/ducks.png" alt="Ducks" /> </a> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <a href="http://kitchen.net-perspective.com/open-source/scroll-follow/"> | + | |
</p> | </p> | ||
- | </div | + | </div> |