Team:Colombia/Team

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
<div class="button-fill orange" ><div class="button-text">Scripting</div><div class="button-inside"><div class="inside-text"><a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Scripting">Go! </a></div></div></div>
<div class="button-fill orange" ><div class="button-text">Scripting</div><div class="button-inside"><div class="inside-text"><a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Scripting">Go! </a></div></div></div>
</center>
</center>
 +
 +
 +
<script>
 +
    $(".button-fill").hover(function () {
 +
    $(this).children(".button-inside").addClass('full');
 +
}, function() {
 +
  $(this).children(".button-inside").removeClass('full');
 +
});
 +
    //@ sourceURL=pen.js
 +
  </script>
 +
 +
</html>

Revision as of 02:13, 4 October 2014

Wheeltz - CSS3 Navigational Wheel Menu

  • Home
  • iGEM
  • Facebook
  • Twitter

iGEM team

Deterministic
<a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Deterministic">Go! </a>
Stochastic
<a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Stochastic">Go! </a>
Parameters
<a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Parameters">Go! </a>
Scripting
<a style="text-decoration: none; background-color: none; color: red;" href="https://2014.igem.org/Team:Colombia/Scripting">Go! </a>


<script>

    $(".button-fill").hover(function () {
   $(this).children(".button-inside").addClass('full');

}, function() {

 $(this).children(".button-inside").removeClass('full');

});

   //@ sourceURL=pen.js
 </script>

</html>