Team:IIT Madras/Team

From 2012.igem.org

(Difference between revisions)
Line 13: Line 13:
});
});
-
$(".stu_contents").click(function(){
+
$(".stu_contents").hover(function(){
-
var id = $(this).attr('id');
+
var id = "#" + $(this).attr('id')+"contents";
-
alert(id);
+
$(id).show();
-
});
+
},
 +
function(){
 +
var id = "#" + $(this).attr('id')+"contents";
 +
$(id).hide();
 +
}
 +
);
});
});
Line 57: Line 62:
.inside_contents h1{color:white; margin-left:10px;}
.inside_contents h1{color:white; margin-left:10px;}
-
 
-
#content1{background:url("https://static.igem.org/mediawiki/igem.org/6/6e/Iitm_project.png");}
 
-
#content2{}
 
-
#content3{background:url("https://static.igem.org/mediawiki/igem.org/d/d0/Iitm_safety.png");}
 
</style>
</style>

Revision as of 23:44, 10 September 2012

bar

Faculty Advisor

Nitish Mahapatra


Advisors

Dinesh R

Dinesh R

Students

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R