Template:Team:TU Munich/Header

From 2012.igem.org

(Difference between revisions)
Line 36: Line 36:
     position: absolute;
     position: absolute;
     top: 20px;
     top: 20px;
 +
}
 +
 +
#content table#toc.toc:hover {
 +
    left: -170px;
 +
    top: 20%;
 +
    position: fixed;
 +
    overflow: auto;
 +
    width: 180px;
}
}
Line 323: Line 331:
     buildBreadCrumbTrail(window.location.pathname);
     buildBreadCrumbTrail(window.location.pathname);
     $("table#toc.toc").css({left: '-170px'})
     $("table#toc.toc").css({left: '-170px'})
-
    $("table#toc.toc:hover").css({left: '0px'})
 
     $("table#toc.toc").css({top: '20%'})
     $("table#toc.toc").css({top: '20%'})
     $("table#toc.toc").css({position: 'fixed'})
     $("table#toc.toc").css({position: 'fixed'})

Revision as of 17:21, 29 August 2012