Switch to side-by-side view

--- a/dirbrowser/cdbrowser.css
+++ b/dirbrowser/cdbrowser.css
@@ -5,7 +5,6 @@
     font-family:Arial,helvetica,sans-serif;
     font-size: 10pt;
 }
-
 
 /* Servers page. Each is a p */
 p.cdserver {
@@ -16,11 +15,25 @@
     text-decoration: none;
 }
 
-/* The current path indicator is an ul inside a browsepath div */
-#browsepath {
+/* The top margin is for leaving the space for the fixed header. The line
+ * is edited when changing the scale. Do not edit too much because regex */
+body {margin: 20px 0px 0px 0px;}
+
+/* The current path indicator is an ul inside a browsepath div inside
+   the fixedheader div */
+div#fixedheader {
+    position:fixed;
+    top:0px;
+    left:0px;
+    width:100%;
+    padding:4px;
+/*    height: 30px;*/
+}
+
+div#browsepath {
     font-size: 80%;
     font-weight: bold;
-    margin: 0px 0px 10px 0px;
+    /* margin: 0px 0px 10px 0px;*/
 }
 
 #browsepath ul {
@@ -30,9 +43,16 @@
 }
 
 #browsepath li {
-    margin-left: 3px;
+    margin: 0 0 0 3px;
     float: left;
 }
+
+/* The 'jump to initial' list */
+#alphalist {
+    /*visibility: hidden;*/
+    margin-left: 3px;
+}
+
 
 /* Directory listing */