Team:MIT/partners

From 2011.igem.org

(Difference between revisions)
Line 3: Line 3:
<html>
<html>
<head>
<head>
 +
<!-- TODO: add pre/n buttons -->
 +
<script>
 +
$(document).ready(function(){
 +
  $('.bio').css('display','none');
 +
  $('#videobio').css('display','block');
 +
  $('.col_right_list li').css('cursor','pointer');
 +
  $('.col_right_list li').hover(function() {
 +
    $(this).css('background-color','#91A3ED');
 +
    }, function() {
 +
    $(this).css('background-color','#E3E3E3');
 +
  });
 +
 +
  $('.col_right_list li').click(function () {
 +
    $('.bio').hide();
 +
    var name = $(this).attr('id');
 +
    $('#'+name+'bio').fadeIn(500);
 +
  });
 +
});
 +
</script>
</head>
</head>
<body>
<body>

Revision as of 20:46, 16 August 2011

Sponsors

Gold Sponsors

MIT Departments

Partners

  • Sponsors
  • Other Teams