Team:CIDEB-UANL Mexico/java2
From 2013hs.igem.org
(Difference between revisions)
Line 326: | Line 326: | ||
// and also the bg image | // and also the bg image | ||
$panelBg.css({ | $panelBg.css({ | ||
- | 'background-image' : 'url(https://static.igem.org/mediawiki/2013hs/ | + | 'background-image' : 'url(https://static.igem.org/mediawiki/2013hs/4/45/Menu8-2106.jpg)' |
}).each(function(i) { | }).each(function(i) { | ||
if( i % 2 === 0 ) | if( i % 2 === 0 ) | ||
Line 366: | Line 366: | ||
$elems.css({ | $elems.css({ | ||
'top' : dir * settings.height + 'px', | 'top' : dir * settings.height + 'px', | ||
- | 'background-image' : 'url(https://static.igem.org/mediawiki/2013hs/ | + | 'background-image' : 'url(https://static.igem.org/mediawiki/2013hs/f/fe/7.jpg)' |
}).each(function(i) { | }).each(function(i) { | ||
var $thePanelBg = $(this); | var $thePanelBg = $(this); |
Revision as of 20:52, 20 June 2013