Team:USTC-China/Team/gallarytry
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | + | <head> | |
<style type="text/css"> | <style type="text/css"> | ||
Line 81: | Line 81: | ||
$(this).css('background-color','#E3E3E3'); | $(this).css('background-color','#E3E3E3'); | ||
}); | }); | ||
- | + | $('.col_list li').mouseleave(function() { | |
$(this).css('background-color','#112233'); | $(this).css('background-color','#112233'); | ||
- | }) | + | }, function() { |
+ | $(this).css('background-color','#E3E3E3'); | ||
+ | }); | ||
Line 121: | Line 123: | ||
</div> | </div> | ||
- | |||
<div id="col_left"> | <div id="col_left"> |
Revision as of 08:58, 26 August 2011