Team:BIOSINT Mexico
From 2012e.igem.org
(Difference between revisions)
Line 42: | Line 42: | ||
margin: 0 auto; | margin: 0 auto; | ||
border:none; | border:none; | ||
+ | } | ||
+ | |||
+ | #menubar{ | ||
+ | |||
+ | color: rgba(0,0,0,0.0); | ||
+ | |||
} | } | ||
</style> | </style> | ||
+ | <script language="javascript"> | ||
+ | $(document).ready(function() { | ||
+ | |||
+ | $("#menubar").children().children("li").css("color", "rgba(0,0,0,0.0)"); | ||
+ | $("#menubar").children().children("li").children("a").css("color", "rgba(0,0,0,0.0)"); | ||
+ | |||
+ | |||
+ | $("#menubar").hover(function() { | ||
+ | $(this).children().children("li").css("color", "#fff"); | ||
+ | $(this).children().children("li").children("a").css("color", "#fff"); | ||
+ | },function() { | ||
+ | $(this).children().children("li").css("color", "rgba(0,0,0,0.0)"); | ||
+ | $(this).children().children("li").children("a").css("color", "rgba(0,0,0,0.0)"); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
Revision as of 00:22, 20 October 2012
What I cannot create, I do not understandRichard Feynman’s
01.Summary
Project Summary
Here you can find our Elevator Pitch video, Executive summary and Slide deck.
Read more