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").mouseOver(function(){
+
$("#project").mouseover(function(){
$("#project_links").show();
$("#project_links").show();
});
});
-
$("#scribbles").mouseOver(function(){
+
$("#scribbles").mouseover(function(){
$("#scribbles_links").show();
$("#scribbles_links").show();
});
});
-
$("#modelling").mouseOver(function(){
+
$("#modelling").mouseover(function(){
$("#modelling_links").show();
$("#modelling_links").show();
});
});
-
$("#about").mouseOver(function(){
+
$("#about").mouseover(function(){
$("#about_links").show();
$("#about_links").show();
});
});

Revision as of 19:52, 4 October 2011

bar

Team IIT Madras