Template:Team:DukeMenu/CSS

From 2014.igem.org

(Difference between revisions)
Line 37: Line 37:
}
}
-
.menu {
+
#menu {}
 +
 
 +
.fixed {
position:fixed;
position:fixed;
top:0px;
top:0px;
z-index:10;
z-index:10;
}
}
-
 
</style>
</style>
Line 50: Line 51:
<body>
<body>
<!--width/height of table must equal the sq-menu attributes. consider changing the widths to percentages -->
<!--width/height of table must equal the sq-menu attributes. consider changing the widths to percentages -->
-
<div class="menu">
+
<div id="menu">
<table width="100%" align="center">
<table width="100%" align="center">
<tr height="50px">
<tr height="50px">
Line 65: Line 66:
</table>
</table>
</div>
</div>
 +
 +
</body>
</body>
</html>
</html>

Revision as of 21:09, 24 July 2014