Team:IIT Madras/testpage

From 2011.igem.org

(Difference between revisions)
Line 7: Line 7:
jQuery( document ).ready( function( $ ) {  
jQuery( document ).ready( function( $ ) {  
$("#clickable").click(function(){
$("#clickable").click(function(){
-
$("#block1").fadeIn();
+
$("#block1_launch").fadeIn();
});
});
});
});
Line 62: Line 62:
<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:20px; height:20px; background:red; display:block; position:absolute; left:10px; top:10px;"></div>
<div id="clickable" style="width:20px; height:20px; background:red; display:block; position:absolute; left:10px; top:10px;"></div>
-
<div id="block1_launch" style="width:32px; height:35px; background:red; display:block; position:absolute; left:406px; top:108px;"></div>
+
<div id="block1_launch" style="width:32px; height:35px; display:block; position:absolute; left:406px; top:108px;"></div>
<div id="block1"></div>
<div id="block1"></div>
<div id="block2"></div>
<div id="block2"></div>

Revision as of 13:22, 10 September 2011

bar