Team:UT-Tokyo/Templates/BeginContent
From 2011.igem.org
(Difference between revisions)
Line 359: | Line 359: | ||
$('#slider').nivoToggle(idx); | $('#slider').nivoToggle(idx); | ||
}); | }); | ||
- | $(this.menuMap[idx]).css('background-image', 'url( | + | $(this.menuMap[idx]).css('background-image', 'url(http://igem-ut.net/2011trans.png)'); |
this.currentMenuEntry = idx; | this.currentMenuEntry = idx; | ||
}; | }; | ||
UT_Tokyo.hoverMenuEntry = function(idx) { | UT_Tokyo.hoverMenuEntry = function(idx) { | ||
- | $(this.menuMap[idx]).css('background-image', 'url( | + | $(this.menuMap[idx]).css('background-image', 'url(http://igem-ut.net/2011trans.png)'); |
if (idx == 2) { | if (idx == 2) { | ||
$('#projectMenu').fadeIn(200); | $('#projectMenu').fadeIn(200); |
Revision as of 18:31, 24 August 2011