Template:Kyoto/js
From 2012.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
$("#kyoto-tabs").children("li").click(function() { | $("#kyoto-tabs").children("li").click(function() { | ||
var tabs = $("#kyoto-tabs").children("li"); | var tabs = $("#kyoto-tabs").children("li"); | ||
- | for (var i = 0; i < tabs.length; i++) tabs[i].css(" | + | for (var i = 0; i < tabs.length; i++) tabs[i].css("border-bottom","none"); |
- | $(this).css(" | + | $(this).css("border-bottom","1px solid #c8c2b6"); |
}); | }); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 04:48, 26 September 2012