Team:DTU-Denmark/Templates/Take the tour slider

From 2011.igem.org

(Difference between revisions)
(Blanked the page)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
<html>
 
-
<script>
 
-
// execute your scripts when the DOM is ready. this is mostly a good habit
 
-
$(function() {
 
-
// initialize scrollable
 
-
$(".scrollable").scrollable();
 
-
});
 
-
</script>
 
-
<div class="whitebox slider" style="height: 371px; width: 923px;">
 
-
  <div class="scrollable">
 
-
      <div class="items">
 
-
        <div>
 
-
            <img src="https://static.igem.org/mediawiki/2011/a/ad/DTU-Denmark2011-slider-slide1.png"></img>
 
-
        </div>
 
-
        <div class="farve10">
 
-
            <h2>Slide 2</h2>
 
-
        </div>
 
-
        <div class="farve11">
 
-
            <h2>Slide 3</h2>
 
-
        </div>
 
-
        <div class="farve12">
 
-
            <h2>Slide 4</h2>
 
-
        </div>
 
-
      </div>
 
-
  </div>
 
-
  <div class="prev"></div>
 
-
  <div class="next"></div>
 
-
</div>
 
-
 
-
</html>
 

Latest revision as of 21:12, 13 September 2011