Template:KIT-Kyoto/menu

From 2010.igem.org

(Difference between revisions)
Line 92: Line 92:
border:0px solid #000099;
border:0px solid #000099;
}
}
 +
 +
 +
#iGEM {
 +
position: relative;
 +
                        float:right;
 +
width: 180px;
 +
margin: 0px;
 +
padding: 0px;
 +
border: 0px solid #42CBDC;
 +
}
 +
</style>
</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>
</head>
<body>
<body>
Line 161: Line 189:
</TABLE>
</TABLE>
-
 
+
<div id="iGEM">
 +
 +
<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></html>
</body></html>

Revision as of 04:06, 24 October 2010



Ducks

This is a simple example of Scroll Follow. Scroll down to see what happens.

Back to Scroll Follow home.