Fixed header

This commit is contained in:
Remy
2011-08-05 13:37:14 -07:00
parent a792e8614a
commit 3136439bab

View File

@@ -106,7 +106,7 @@ a:active {/*colour in NN4.xx is red*/
container { }
body { background-color: #EBF4FB }
header { height: 68px; padding: 0 10px 0 10px; background-color: #CDC9C9; }
header { height: 68px; width: 100%; padding: 0 10px 0 10px; background-color: #CDC9C9; position: fixed; top: 0; z-index: 999; }
div#logo { float: left; }
ul#nav { margin-top: 25px; float: left; white-space: nowrap; list-style-type: none; }
@@ -116,6 +116,8 @@ ul#nav li a:hover { background-color: #EE0000; }
div#searchbar { margin: 24px auto auto 30px; float: left; }
div#main { margin: 0; padding: 68px 0 0 0; }
table#artist_table { background-color: white; }
table#artist_table th#name { text-align: center; }