Team:Groningen/Templates/Navigationbar

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
 +
 +
<!-- each page with jquery needs to have this line, it will include all the jquery calls.Just include do not change-->
 +
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script>
 +
 +
<script src="https://2013.igem.org/Team:Groningen/Scripts/jqueryNavigationFloat?action=raw&ctype=text/javascript"></script>
 +
 +
<script type="text/javascript">
 +
 +
$(document).ready(function() {
 +
    $('#navigation').scrollToFixed();
 +
});
 +
 +
</script>
<style>
<style>

Revision as of 17:52, 24 July 2013