Team:NCTU Formosa/source/head-index

From 2013.igem.org

(Difference between revisions)
Line 9: Line 9:
});
});
});
});
 +
  $(document).ready(function(){
 +
$('.linktop').each(function(){
 +
    $(this).css({
 +
        'width': $(this).parent().width(),
 +
        'height': $(this).parent().height()
 +
    });
 +
});
 +
  });
</script>
</script>

Revision as of 12:51, 23 September 2013