Team:Northwestern/Templates/trial
From 2011.igem.org
(Difference between revisions)
Line 113: | Line 113: | ||
+ | <style type="text/css"> | ||
+ | #iGEM { | ||
+ | position: relative; | ||
+ | float:right; | ||
+ | width: 180px; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | border: 0px solid #42CBDC; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
+ | <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 () | ||
+ | { | ||
+ | $( '#iGEM' ).scrollFollow(); | ||
+ | } | ||
+ | ); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </head> | ||
+ | <body> | ||
+ | <div id="iGEM"> | ||
+ | <a href="https://2010.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2010/b/be/IGEMKIT.JPG" alt="iGEM Home" /> </a> | ||
+ | </div> | ||
Revision as of 22:49, 29 June 2011