Template:Lyon-INSA/homeCss
From 2012.igem.org
(Difference between revisions)
Line 291: | Line 291: | ||
}); | }); | ||
- | $("#human"). | + | $("#human").mouseover(function(){ |
$("#human").css("background-position","99px 63px"); | $("#human").css("background-position","99px 63px"); | ||
}); | }); | ||
- | $("#lab"). | + | $("#lab").mouseover(function(){ |
$("#lab").css("background-position","24px 63px"); | $("#lab").css("background-position","24px 63px"); | ||
}); | }); | ||
- | $("#project"). | + | $("#project").mouseover(function(){ |
$("#project").css("background-position","49px 63px"); | $("#project").css("background-position","49px 63px"); | ||
}); | }); | ||
- | $("#collaboration"). | + | $("#collaboration").mouseover(function(){ |
$("#collaboration").css("background-position","84px 63px"); | $("#collaboration").css("background-position","84px 63px"); | ||
}); | }); | ||
- | $("#result"). | + | $("#result").mouseover(function(){ |
$("#result").css("background-position","44px 63px"); | $("#result").css("background-position","44px 63px"); | ||
}); | }); | ||
- | $("#teamtown"). | + | $("#teamtown").mouseover(function(){ |
$("#teamtown").css("background-position","79px 63px"); | $("#teamtown").css("background-position","79px 63px"); | ||
}); | }); |
Revision as of 11:34, 20 October 2012