WebSite X5Help Center

10 ANSWERS - 1 CORRECT
René M.
René M.
User
Author

Ist mir nicht ganz klar wo ich all diese Codes hinterlegen soll...

Read more
Posted on the from René M.
Andreas S.
Andreas S.
Moderator

Unter "1"  Erweitert  "vor dem </head> Tag"

<style>

#imHeader{position:fixed;width:100%;z-index:100;}

</style>

Read more
Posted on the from Andreas S.
René M.
René M.
User
Author

Ich habe nun diesen Code aus Deinem obenstehenden Link verwendet, da ja die Höhe des Headers (200px) auch noch definiert werden muss:

<style

type="text/css">

#imHeader, #imHeaderBg {position: fixed; width:100%; z-index: 1000;}

#imContent {padding-top:200px;}

</style>

Problematik mit Deinem und diesen Code:

Der Header bleibt nur oberhalb des Seiteninhalts fix (s. Beilage Pkt. 2). Die seitliche Menüleiste wird dafür ganz nach oben versetzt (siehe Pkt 1), egal ob ich unter "Einstellungen" die Option "automatischer Menülauf des Menüs" aktiviere oder nicht.

Read more
Posted on the from René M.
Andreas S.
Andreas S.
Moderator

Gibt es zur Testseite einen LINK ?  So von sich heraus ist es immer ein Ratespiel was für ein Code passt !

Read more
Posted on the from Andreas S.
René M.
René M.
User
Author

Hier der Link zur Testseite: www.test2.wyabig.ch

Read more
Posted on the from René M.
Andreas S.
Andreas S.
Moderator

gibt noch den Code dazu !

#imMnMn {position: fixed; padding-top;225px;}

Read more
Posted on the from Andreas S.
Andreas S.
Andreas S.
Moderator

Nachtrag:  nach padding-top gehört ein ":" (doppelpunkt)

Read more
Posted on the from Andreas S.
Der Zwoemti
Der Zwoemti
Moderator

steht im Themalink oben schon da...mit bild.

Read more
Posted on the from Der Zwoemti
René M.
René M.
User
Author

Super, genau so funktioniert es:

<style

type=

"text/css">

#imHeader, #imHeaderBg {position: fixed; width:100%; z-index: 1000;}

#imContent {padding-top:200px;}

#imMnMn {position: fixed; padding-top:225px;}

</style>

Vielen Dank!

Read more
Posted on the from René M.