Header-Menu soll nicht mitscrollen
authorSven Donath <lxo@dexo.de>
Thu, 18 Oct 2012 14:30:58 +0000 (16:30 +0200)
committerSven Donath <lxo@dexo.de>
Thu, 18 Oct 2012 15:08:49 +0000 (17:08 +0200)
Der Header Container ist auf einen Layer weit über den anderen (z-index: 99) an Position 0 von oben festgetackert.
Damit bleibt er immer sichtbar.
Es sind nur die Styles lx-office-erp und kivitendo berücksichtigt (im Moment).

(work in progress)

css/kivitendo/menu.css
css/lx-office-erp/frame_header/header.css
css/lx-office-erp/menu.css

index 2abe56f..ae1c213 100644 (file)
@@ -290,6 +290,8 @@ div#menuv3 li:hover ul, div#menuv3 li li:hover ul, div#menuv3 li li li:hover ul,
    and one mic (menu-item-chunk)
    indenting is done with the levels s0, s1, s2 */
 #content.html-menu, #html-menu {
+  position: relative;
+  top: 20px;
   transition:         margin-left 0.2s, width 0.2s;
   -moz-transition:    margin-left 0.2s, width 0.2s;
   -webkit-transition: margin-left 0.2s, width 0.2s;
index 852a76c..1e96c98 100644 (file)
@@ -8,6 +8,9 @@
 }
 
 #frame-header {
+  position: fixed; 
+  top: 0px;
+  z-index: 99;
   background: url('../../../image/bg_titel.gif') repeat-x;
   text-align: center;
   margin: 0;
index 19f98b2..ac73a9e 100644 (file)
@@ -296,6 +296,8 @@ div#menuv4 li li li li:hover ul
    and one mic (menu-item-chunk)
    indenting is done with the levels s0, s1, s2 */
 #content.html-menu, #html-menu {
+  position: relative;
+  top: 20px;
   transition:         margin-left 0.2s, width 0.2s;
   -moz-transition:    margin-left 0.2s, width 0.2s;
   -webkit-transition: margin-left 0.2s, width 0.2s;