Team:Korea U Seoul/template/banner

From 2013.igem.org

(Difference between revisions)
Line 146: Line 146:
margin:0px; /* 0이엇음 */
margin:0px; /* 0이엇음 */
padding:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
 +
width: 150px;
}
}
#nav a {
#nav a {
Line 241: Line 242:
<script>
<script>
$('#nav li').bind('mouseenter keyup', function() {
$('#nav li').bind('mouseenter keyup', function() {
 +
    console.log(this);
$(this) .addClass('on').siblings().removeClass();
$(this) .addClass('on').siblings().removeClass();
});
});

Revision as of 15:52, 27 September 2013