Team:Sharon BasicallyAcid
From 2012hs.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | {{:Team:BasicallyAcid/ | + | {{:Team:BasicallyAcid/Template:CSS}} |
- | + | {{:Team:BasicallyAcid/Template:Bar}} | |
- | + | ||
- | + | ||
- | + | ||
- | + | <!------------------------SCRIPT FOR GALLERY--------------------------------------------------------------------> | |
+ | <html> | ||
+ | <head/> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | div.img_wrap | ||
+ | { | ||
+ | border: 1px solid #b0b0b0; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | ||
+ | <script src="http://www.hcs.harvard.edu/~stahr/javascript/jquery.galleryview-3.0.min.js"></script> | ||
+ | <script src="http://www.hcs.harvard.edu/~stahr/javascript/jquery.timers-1.2.js"></script> | ||
+ | <script src="http://www.hcs.harvard.edu/~stahr/javascript/jquery.easing.1.3.js"></script> | ||
+ | |||
+ | <link rel="stylesheet" href="jquery.galleryview-3.0.css" type="text/css" > | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $('#gallery').galleryView({ | ||
+ | panel_width: 920, | ||
+ | panel_height: 400, | ||
+ | frame_width: 50, | ||
+ | frame_height: 50, | ||
+ | panel_animation: true, | ||
+ | transition_interval:4000, | ||
+ | pause_on_hover: true | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
+ | <!------------------------END SCRIPT FOR GALLERY--------------------------------------------------------------------> | ||
+ | |||
+ | </html> |
Revision as of 00:43, 21 March 2012