Team:Minnesota/Test
From 2012.igem.org
(Difference between revisions)
m |
m |
||
(11 intermediate revisions not shown) | |||
Line 68: | Line 68: | ||
); | ); | ||
+ | |||
+ | $("#testBox").hover( | ||
+ | function(){ $(this).text("Red!"); $(this).css("background-color","red"); $(this).css("font-weight", "bold");}, | ||
+ | function(){ $(this).text("Blue!"); $(this).css("background-color","blue");$(this).css("font-weight", "normal");} | ||
+ | ); | ||
Line 77: | Line 82: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | #testBox{ | ||
+ | position:absolute; | ||
+ | top: 20px; | ||
+ | left: 20px; | ||
+ | width: 100px; | ||
+ | height: 100px; | ||
+ | background-color: blue; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
#ContentAll{ | #ContentAll{ | ||
Line 149: | Line 166: | ||
} | } | ||
+ | |||
+ | |||
#MainBoxOtherLinks p.otherLinks a{ | #MainBoxOtherLinks p.otherLinks a{ | ||
Line 407: | Line 426: | ||
//--><!]]> | //--><!]]> | ||
</script> | </script> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <div style="position:absolute; left:20px; top:20px; width: 300px; height:300px; background-color: white;"> | ||
+ | <p id="testBox"> | ||
+ | Blue! | ||
+ | </p> | ||
</div> | </div> | ||
</body> | </body> |
Latest revision as of 23:49, 6 September 2012
Welcome to the University of Minnesota iGEM team website! Please take some time to explore around by hovering over the icons on the right for quick blurbs or navigate using the buttons to the left. We hope you enjoy learning about us and what we do!
Blue!