Template:Team:TU Munich/Header

From 2012.igem.org

(Difference between revisions)
Line 40: Line 40:
#content table#toc.toc:hover {
#content table#toc.toc:hover {
     left: -170px;
     left: -170px;
 +
    top: 20%;
 +
    position: fixed;
 +
    overflow: auto;
 +
    width: 180px;
 +
}
 +
#content table#toc.toc {
 +
    left: 0px;
     top: 20%;
     top: 20%;
     position: fixed;
     position: fixed;
Line 330: Line 337:
$(document).ready(function() {
$(document).ready(function() {
     buildBreadCrumbTrail(window.location.pathname);
     buildBreadCrumbTrail(window.location.pathname);
-
     $("table#toc.toc").css({left: '-170px'})
+
     //$("table#toc.toc").css({left: '-170px'})
-
     $("table#toc.toc").css({top: '20%'})
+
     //$("table#toc.toc").css({top: '20%'})
-
     $("table#toc.toc").css({position: 'fixed'})
+
     //$("table#toc.toc").css({position: 'fixed'})
-
     $("table#toc.toc").css({overflow: 'auto'})
+
     //$("table#toc.toc").css({overflow: 'auto'})
-
     $("table#toc.toc").css({width: '180px'})
+
     //$("table#toc.toc").css({width: '180px'})
     $("div#toctitle").css({display: 'none'})
     $("div#toctitle").css({display: 'none'})
     $("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" />')

Revision as of 17:22, 29 August 2012