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: | + | width: 200px; |
left: 0; | left: 0; | ||
position: absolute; | position: absolute; | ||
Line 63: | Line 63: | ||
#navtitle { | #navtitle { | ||
color: #CCCCCC; | color: #CCCCCC; | ||
- | right: | + | 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:' | + | $('#navtopics').stop().animate({height:'50px',top:'100px',width:'200px'},1000); |
}); | }); | ||
Revision as of 21:13, 4 July 2011