Team:USTC-China/Notebook/1

From 2011.igem.org

(Difference between revisions)
m
Line 1: Line 1:
-
<html>
+
 
<style type="text/css">
<style type="text/css">
.clear {
.clear {
Line 14: Line 14:
  });
  });
</script>
</script>
-
</html>
+
 
<html>
<html>
<div style="padding:0 32px 100px -15px;min-height:700px;float:left;">
<div style="padding:0 32px 100px -15px;min-height:700px;float:left;">

Revision as of 15:38, 3 October 2011

<style type="text/css"> .clear {

   clear:both;

} </clear> <script>

  $('.col_list li').click(function () {
    $('.bio').hide();
    var name = $(this).attr('id');
    $('#'+name+'bio').fadeIn(500);
    
  });
});

</script>



May
MTWTFSS
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31