Hallo zusammen,
ich möchte das Headermenü an meinen selbterstellten Style anpassen, was bisher auch gut geklappt hat. Mein Problem ist, dass sobald ich das UserPanel auf die selbte Höhe wie des Headermenüs ziehe, die Links davon nicht mehr funktionieren. Um ehrlich zu sein, hab ich einfach mal die Abstandswerte verändert und geschaut was bei rumkommt..
Habe schon einmal im WBB-Community Forum gefragt, doch leider hab ich dort keine brauchbaren Antworten bekommen.
Vielleicht hilft euch meine CSS-Dekl.:
|
PHP-Quelltext
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
#main {
margin-top: -40px;
margin-bottom: 0px;
}
.mainMenu a {
border: none !important;
border-width: 0 0px;
}
.userPanel {
height:25px;
}
.userPanel a {
height:25px;
}
#search {
top: 99px;
right: 214px;
}
#header, #logo, .mainMenu { border: 0px none transparent !important; }
#searchInput {
color: #FFFFFF;
border: 1px solid #06c;
background-color: transparent !important;
}
#date {
color: #FFFFFF; top: 0px; }
#userPanel {
position: absolute;
margin: 106px 0 0 -25px;
width: 937px
}
|
mit freundlichen Grüßen,
nooblike