Team:IIT Madras/Template:header
From 2011.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
#nav_bar ul li a{text-decoration:none; color:white; } | #nav_bar ul li a{text-decoration:none; color:white; } | ||
- | .nav_item{position:relative; float:left; top:15px; height:30px;} | + | .nav_item{position:relative; float:left; top:15px; height:30px; cursor:pointer;} |
</style> | </style> | ||
Line 32: | Line 32: | ||
}); | }); | ||
- | $("#project"). | + | $("#project").mouseover(function(){ |
$("#project_links").show(); | $("#project_links").show(); | ||
}); | }); | ||
- | $("#scribbles"). | + | $("#scribbles").mouseover(function(){ |
$("#scribbles_links").show(); | $("#scribbles_links").show(); | ||
}); | }); | ||
- | $("#modelling"). | + | $("#modelling").mouseover(function(){ |
$("#modelling_links").show(); | $("#modelling_links").show(); | ||
}); | }); | ||
- | $("#about"). | + | $("#about").mouseover(function(){ |
$("#about_links").show(); | $("#about_links").show(); | ||
}); | }); |
Revision as of 19:52, 4 October 2011