![]()
|
|
Cascading style sheet |
1 2 3 4 5 6 7 |
#userPanel {
color: #f6ecc8;
position: relative;
top: 113px;
right: 0px;
z-index: 100;
}
|
|
|
Cascading style sheet |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
#header, #logo, .mainMenu {
border: 0 !important;
background: transparent !important;
}
#header {
position:relative;
top: 15px; /* Wert anpassen */
}
#userPanel {
color: #f6ecc8;
position: absolute;
top: 113px;
z-index: 100;
}
|
This post has been edited 1 times, last edit by "Gregorthom" (Jul 15th 2009, 8:20pm)
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH