Team:USTC-China/Team/gallary

From 2011.igem.org

(Difference between revisions)
Line 86: Line 86:
   $('.pic').css('display','none');
   $('.pic').css('display','none');
   $('.col_list li').css('cursor','pointer');
   $('.col_list li').css('cursor','pointer');
-
  $('.col_list li').hover(function() {
+
  /* $('.col_list li').hover(function() {
     $(this).css('background-color','#91A3ED');
     $(this).css('background-color','#91A3ED');
     }, function() {
     }, function() {
     $(this).css('background-color','#E3E3E3');
     $(this).css('background-color','#E3E3E3');
-
   });
+
   });*/
   $('.col_list li').click(function () {
   $('.col_list li').click(function () {

Revision as of 12:52, 2 October 2011

Ga2.png
Ga1.png
Ga3.png
Ga4.png
Ga5.png
G6.png
Ga7.jpg
Ga8.jpg

  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14