.signature
einfach clear: both
statt nur clear: left
Ansonsten hast du hier noch ein wenig Arbeit:
http://validator.w3.org/check?verbose=1 ... %26t%3D246
http://jigsaw.w3.org/css-validator/vali ... %26t%3D246
Grüße
.signature
einfach clear: both
statt nur clear: left
clear: left;
und das stellt du einfach auf both
um.Code: Alles auswählen
.signature {
border-top: 1px solid #CCCCCC;
clear: left;
font-size: 1.1em;
line-height: 140%;
margin-top: 1.5em;
overflow: hidden;
padding-top: 0.2em;
width: 100%;
}
.signature {
border-top-color:
Das steht auch noch an anderer Stelle mit mehr Eigenschaften, jede Wette.niwes hat geschrieben:ok danke hat geklappt
PS: das.signature {
stand in der colours ....
und in der stand nur
border-top-color:
signature
und das kam dabei rausCode: Alles auswählen
/* Post signature */
.signature {
border-top-color: #FFFFFF;
clear: both
}
Code: Alles auswählen
p.author {
font-family: Verdana,Helvetica,Arial,sans-serif;
font-size: 1em;
line-height: 1.2em;
margin: 0 15em 0.6em 0;
padding: 0 0 5px;
}
.signature {
border-top: 1px solid #CCCCCC;
clear: left;
font-size: 1.1em;
line-height: 140%;
margin-top: 1.5em;
overflow: hidden;
padding-top: 0.2em;
width: 100%;
}
dd .signature {
border: medium none;
clear: none;
margin: 0;
padding: 0;
}
.signature li {
list-style-type: inherit;
}
.signature ul, .signature ol {
margin-bottom: 1em;
margin-left: 3em;
}
.notice {
border-top: 1px dashed #CCCCCC;
clear: left;
font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
font-size: 1em;
line-height: 130%;
margin-top: 1.5em;
padding-top: 0.2em;
width: auto;
}
Code: Alles auswählen
/* Post signature */
.signature {
margin-top: 1.5em;
padding-top: 0.2em;
font-size: 1.1em;
border-top: 1px solid #CCCCCC;
clear: left;
line-height: 140%;
overflow: hidden;
width: 100%;
}
clear:both
aus der colours.css wieder entfernen.