Template:Mexico-UNAM-CINVESTAV-ROTATOR
From 2010.igem.org
(Difference between revisions)
(4 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | .slideshow { height: 232px; width: 232px; margin: 0 } | |
- | + | .slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee; } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
</style> | </style> | ||
- | + | <!-- include jQuery library --> | |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> | ||
- | + | <!-- include Cycle plugin --> | |
+ | <script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js"></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | + | $(document).ready(function() { | |
- | + | $('.slideshow').cycle({ | |
- | + | fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc... | |
- | + | }); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}); | }); | ||
- | |||
</script> | </script> | ||
- | |||
</head> | </head> | ||
<body> | <body> | ||
- | + | <div class="slideshow"> | |
- | + | <img src="https://static.igem.org/mediawiki/2010/7/77/Mx-Logo01.gif" /> | |
- | <div | + | <img src="https://static.igem.org/mediawiki/2010/f/fd/Mural-rectoria-cabecera.png" /> |
- | + | <img src="https://static.igem.org/mediawiki/2010/d/d8/Mx-Logo02.gif" /> | |
- | + | <img src="https://static.igem.org/mediawiki/2010/d/dc/Mx-Logo03.gif" /> | |
- | + | <img src="https://static.igem.org/mediawiki/2010/b/b0/Mx-Logo04.gif" /> | |
- | + | ||
- | |||
- | |||
- | |||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 02:59, 28 October 2010