Team:Minnesota/Test
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 4: | Line 4: | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Team:Minnesota</title> | <title>Team:Minnesota</title> | ||
+ | |||
+ | <script type="text/javascript" src="jquery.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $(window).resize(function(){ | ||
+ | $('ContentAll').css({ | ||
+ | position:'absolute', | ||
+ | left: ($(window).width() - $('ContentAll').outerWidth())/2, | ||
+ | top: ($(window).height() - $('ContentAll').outerHeight())/2 | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | // To initially run the function: | ||
+ | $(window).resize(); | ||
+ | |||
+ | </script> | ||
+ | |||
<style type="text/css"> | <style type="text/css"> | ||
Revision as of 02:17, 22 August 2012