Template:Team:TU Munich/Header

From 2012.igem.org

(Difference between revisions)
Line 652: Line 652:
     //$("table#toc.toc").css({width: '180px'})
     //$("table#toc.toc").css({width: '180px'})
     $("div#toctitle").css({display: 'none'})
     $("div#toctitle").css({display: 'none'})
 +
    $("a.image").attr('rel','lightbox')
     $("table#toc.toc").append('<img id="imgContent" src="https://static.igem.org/mediawiki/2012/8/8e/TUM12_Contents.jpg" />')
     $("table#toc.toc").append('<img id="imgContent" src="https://static.igem.org/mediawiki/2012/8/8e/TUM12_Contents.jpg" />')
     $(".bezel").addClass("ui-corner-all")
     $(".bezel").addClass("ui-corner-all")
     $("div.thumbinner").width(function(i,width){
     $("div.thumbinner").width(function(i,width){
-
         return width + 20;
+
         return width + 20;
-
     $("a.image").attr('rel','lightbox')
+
     });
-
    });
+
});
});

Revision as of 15:14, 12 September 2012