Hallo Leute. Habe Spezialproblem.
Ich habe eine Box mit 288px, 290px. In dieser Box steht oben, Datum und daneben "no comments". darunter ist das Bild (gleichzeitig ein Link) Ich möchte das das Datum incl "no comments" über dem Bild ist.
Problem: Beides (Bild und Text" sind im style css im selben Protokoll deklariert. (sieht so aus:)
.post {
margin-bottom: 5px;
padding:5px 5px 5px 5px;
background: #1D1D1D;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #353333;
}
.post-box {
width: 288px;
height: 290px;
float: left;
margin-left: 5px;
overflow: hidden;
}
Wie kann ich denn jetzt das verschieben?