Template:Team:TU Munich/Menu

From 2011.igem.org

(Difference between revisions)
Line 55: Line 55:
     height: 50px;
     height: 50px;
     overflow: hidden;
     overflow: hidden;
-
     width: 50%;
+
     width: 200px;
     left: 0;
     left: 0;
     position: absolute;
     position: absolute;
Line 63: Line 63:
#navtitle {
#navtitle {
     color: #CCCCCC;
     color: #CCCCCC;
-
     right: 10px;
+
     right: 30px;
     position: absolute;
     position: absolute;
     bottom: 10px;
     bottom: 10px;
Line 80: Line 80:
     $('.navtopic').not('.curlink').css("color","#CCCCCC");
     $('.navtopic').not('.curlink').css("color","#CCCCCC");
     $('#navtopics ul').fadeOut(500);
     $('#navtopics ul').fadeOut(500);
-
     $('#navtopics').stop().animate({height:'50px',top:'100px',width:'50%'},1000);
+
     $('#navtopics').stop().animate({height:'50px',top:'100px',width:'200px'},1000);
     });
     });

Revision as of 21:13, 4 July 2011