Team:Virginia/Test
From 2014.igem.org
(Difference between revisions)
(55 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
<head> | <head> | ||
- | + | <script type="text/javascript" src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script> | |
- | <script type="text/javascript" src= | + | <script type="text/javascript" src="https://2013.igem.org/Team:UNITN-Trento/JS/Library/modernizr?action=raw&ctype=text/javascript"></script> |
- | <script type="text/javascript" src=" | + | |
</head> | </head> | ||
<body> | <body> | ||
Line 11: | Line 9: | ||
<div class="container"> | <div class="container"> | ||
<div class="flipbook"> | <div class="flipbook"> | ||
- | <div style="background-image:url( | + | <div style="background-image:url(pages/1.jpg)"></div> |
- | <div style="background-image:url( | + | <div style="background-image:url(pages/2.jpg)"></div> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
</div> | </div> | ||
Line 31: | Line 25: | ||
// Width | // Width | ||
- | width: | + | width:922, |
// Height | // Height | ||
Line 53: | Line 47: | ||
// Load the HTML4 version if there's not CSS transform | // Load the HTML4 version if there's not CSS transform | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
yepnope({ | yepnope({ | ||
test : Modernizr.csstransforms, | test : Modernizr.csstransforms, | ||
- | yep: [' | + | yep: ['../../lib/turn.js'], |
- | nope: [' | + | nope: ['../../lib/turn.html4.min.js'], |
- | both: [' | + | both: ['css/basic.css'], |
complete: loadApp | complete: loadApp | ||
}); | }); |
Latest revision as of 07:43, 15 November 2014