MyBB.de Forum
Navigation + USER CP FIXED - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Sonstiges (https://www.mybb.de/forum/forum-1.html)
+--- Forum: Programmierung (https://www.mybb.de/forum/forum-32.html)
+--- Thema: Navigation + USER CP FIXED (/thread-18663.html)



Navigation + USER CP FIXED - da3d - 29.07.2011

Liebe MYBBOARD.de Com.

Code:
#panelbox{
        height:60px;
        width:1200px;
        margin-top: -59px;
        min-width: 100%;
        position: fixed;
}

.menu{
          padding-top: 17px;
          margin-center: 10px;
          text-transform:uppercase;    
         position: fixed;    
}
habe ich gemacht, doch die navigation bekomme ich nicht in die Mitte, und der Text ist dann nicht mehr sichtbar.

Ich möchte das die links sowie die Table der Links oben im Header zusammen fixed sind und fest stehen bleibt.

Fehler sind wenn ich das mache sind die links nicht in der mitte.

brauche hilfe.