Template:Mexico-UNAM-CINVESTAV-HEADER
From 2010.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> | <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> | ||
<script type="text/javascript" src="https://2010.igem.org/Team:Mexico-UNAM-CINVESTAV/files/menu.js?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2010.igem.org/Team:Mexico-UNAM-CINVESTAV/files/menu.js?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- include jQuery library --> | ||
+ | <!-- 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"> | ||
+ | $(document).ready(function() { | ||
+ | $('.slideshow').cycle({ | ||
+ | fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc... | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
- | + | <style type="text/css"> | |
+ | .slideshow { height: 232px; width: 232px; margin: 0 } | ||
+ | .slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee; } | ||
</style> | </style> | ||
+ | |||
+ | <div class="slideshow"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/7/77/Mx-Logo01.gif" /> | ||
+ | <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> | ||
<div id="menu"> | <div id="menu"> |
Revision as of 08:45, 22 October 2010