Team:Sevilla/test
From 2011.igem.org
(Difference between revisions)
Line 20: | Line 20: | ||
</iframe> | </iframe> | ||
+ | |||
+ | </br> | ||
+ | |||
+ | <script src="http://www.rockechris.com/jquery/jquery.panorer.js"></script> | ||
+ | <script> | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | //use panorer plugin. | ||
+ | $('#pano').panorer({ 'easing': 'linear', 'direction': "EW" }); | ||
+ | |||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | |||
+ | <div id="pano" style= "width: 600px; height: 501px;border: medium solid black; position: relative; overflow: hidden;"> | ||
+ | |||
+ | <img alt="Example" src="http://institucional.us.es/igembiouse/360/View_from_Sky_Tower_Akl_small.jpg" style="position: absolute; left: -100.3px;"> | ||
+ | |||
+ | </div> | ||
</html> | </html> |
Revision as of 15:16, 25 July 2011