![]()
Habe die Zeile gelöscht und nun ist es immernoch schwarz
einfach die deklarationen raussuchen die du jetzt drin hast löschen und die hier einfügen, dann kannst du es auch anständig verschieben 
|
|
Cascading style sheet |
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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
#userAvatar {
border: 1px solid #FFFFFF;
display: block !important;
height: 100px;
left: 12px;
position: relative;
top: 25px;
width: 100px;
}
#userNote {
font-size: 1.2em;
font-weight: bold;
left: 9px;
position: relative;
top: -99px;
}
#userMenu {
display: block;
left: 138px;
margin-top: -90px;
position: relative;
width: 125px;
}
#userPanel {
background: url("http://www.paddy1234567890.square7.ch/Test/wcf/images/Marvin/userPanel.png") repeat scroll 0 0 transparent;
display: block;
height: 145px;
left: 397px;
position: relative;
top: 26px !important;
width: 280px !important;
z-index: 100;
}
#header:after {
clear: both;
content: "";
display: block;
height: 0;
}
#header {
background-image: url("http://www.paddy1234567890.square7.ch/Test/wcf/images/Marvin/header.png");
border-style: solid;
border-width: 1px 1px 0;
clear: both;
height: 200px;
margin-top: 100px;
min-height: 0;
padding: 25px;
position: relative;
}
|
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH