Team:IIT Madras/testpage
From 2011.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"/></script> | ||
+ | <script> | ||
+ | $("#vector").click(function(){ | ||
+ | $("#block1").fadeIn(); | ||
+ | }); | ||
+ | </script> | ||
<style> | <style> | ||
#main_container{ | #main_container{ | ||
Line 52: | Line 58: | ||
<body> | <body> | ||
<div id="main_container" align="center" style="position:relative; top:35px;"> | <div id="main_container" align="center" style="position:relative; top:35px;"> | ||
- | <img src="https://static.igem.org/mediawiki/2011/a/a9/Plasmid.png" width="250px" height="250px" style="position:relative; top:30px;"/> | + | <img id="vector" src="https://static.igem.org/mediawiki/2011/a/a9/Plasmid.png" width="250px" height="250px" style="position:relative; top:30px;"/> |
<div id="block1"></div> | <div id="block1"></div> | ||
<div id="block2"></div> | <div id="block2"></div> |
Revision as of 18:09, 1 September 2011