Folgendes Problem ist kein phpwcms Problem, jedoch hoffe ich, dass mir trotzdem einer helfen bzw. einen Tipp geben kann
Ich bin gerade dabei, eine Vorlage zu erstellen, welche 12 Boxen beinhaltet.
CSS:
Code: Select all
.minibox {
float:left;
position:relative;
width:148px;
height:139px;
margin:5px; /* margin:5px 13px 5px 5px; */
background:#111 url(/static/img/progress.gif) no-repeat center center;
border:1px solid #B5FF00;
/*box-shadow:0 1px 2px rgba(181, 255, 0, 1);*/
}
.container {
margin: 0px auto 0;
width: 960px;
color: #fff;
background-color:#000;
min-height:304px;
}
Hier zwei Bilder:
Im obigen Code habe ich die Platzhaler weg gelassen und nur der Quellcode eingefügt. Das Problem liegt wohl bei
Code: Select all
margin:5px; /* margin:5px 13px 5px 5px; */
Verzeiht mir meine Bescheidenheit.
lg