Team:Wageningen UR/Templates/Page Header

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
$(document).ready(function(){
$(document).ready(function(){
var windowW = $(window).width();
var windowW = $(window).width();
 +
var timeW = windowW*.8906244;
$('#example3').timeliner({
$('#example3').timeliner({
         containerwidth: windowW,
         containerwidth: windowW,
containerheight: 400,
containerheight: 400,
 +
        timelinewidth: timeW,
timelineheight: 3,
timelineheight: 3,
timelineverticalmargin: 0,
timelineverticalmargin: 0,

Revision as of 14:41, 26 July 2013


Page title

List of templates:

Team:Wageningen_UR/Templates/Page Header
this page, include at the start of every page. This page contains all the css needed to style all of the pages.
Team:Wageningen_UR/Templates/Page Footer
include at the end of every page. This page contains all js for all the more complex functions in this wiki.
Team:Wageningen_UR/Templates/Navigation
edit the menu here