Team:IIT Madras/Template:header

From 2011.igem.org

(Difference between revisions)
Line 60: Line 60:
});
});
-
$(".project_links").mouseOut(function(){
+
$("#project_links").mouseOut(function(){
-
$(".project_links").hide();
+
$("#project_links").hide();
});
});
-
$("#scribbles_links").hover(function(){
+
$("#modelling_links").mouseOut(function(){
-
$(this).show();
+
$("#modelling_links").hide();
-
},
+
});
-
function(){$(this).hide();});
+
-
$("#about_links").hover(function(){
+
$("#about_links").mouseOut(function(){
-
$(this).show();
+
$("#about_links").hide();
-
},
+
});
-
function(){$(this).hide();});
+
-
$("#modelling_links").hover(function(){
+
$("#scribbles_links").mouseOut(function(){
-
$(this).show();
+
$("#scribbles_links").hide();
-
},
+
});
-
function(){$(this).hide();});
+
});
});
Line 145: Line 142:
-
<div class="nav_bar" id="project_links"><ul class="project_links">
+
<div class="nav_bar" id="project_links" style="width:124px; left:7px; position:relative;"><ul>
<li style="position:relative;top:-14px;left:-550px;">Priciple</li>
<li style="position:relative;top:-14px;left:-550px;">Priciple</li>
<li style="position:relative;top:-59px;left:-525px;">Approach</li>
<li style="position:relative;top:-59px;left:-525px;">Approach</li>

Revision as of 20:50, 4 October 2011

bar

Team IIT Madras