Team:IIT Madras/testpage
From 2011.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
jQuery( document ).ready( function( $ ) { | jQuery( document ).ready( function( $ ) { | ||
- | |||
$("#clickable").click(function(){ | $("#clickable").click(function(){ | ||
$("#block1").fadeIn(); | $("#block1").fadeIn(); | ||
Line 62: | Line 61: | ||
<div id="main_container" align="center" style="position:relative; top:35px;"> | <div id="main_container" align="center" style="position:relative; top:35px;"> | ||
<img id="vector" 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="clickable" style="width: | + | <div id="clickable" style="width:20px; height:20px; background:red; display:block; position:absolute; left:10px; top:10px;"></div> |
<div id="block1"></div> | <div id="block1"></div> | ||
<div id="block2"></div> | <div id="block2"></div> |
Revision as of 13:18, 10 September 2011