Hi, das Thema wurde schon etliche male durchgekaut, leider funktioniert keine Lösung die mir Google& Co ausspuckt.
Ganz einfaches Problem, ich will das ein Container automatisch die Höhe hat, die der Inhalt hergibt.
Wie mach ich das, wenn der Inhalt 2-Spaltig ohne Tabelle ist?
Hier der CSS Code zum "Container":
Ich verzweifel gerade daran, Danke imVoraus
Ganz einfaches Problem, ich will das ein Container automatisch die Höhe hat, die der Inhalt hergibt.
Wie mach ich das, wenn der Inhalt 2-Spaltig ohne Tabelle ist?
Hier der CSS Code zum "Container":
#content-container {
clear: left;
padding-top: 44px;
padding-right: 44px;
padding-bottom: 44px;
padding-left: 44px;
background-color: #666666;
margin-top: 22px;
margin-right: 22px;
margin-bottom: 22px;
margin-left: 22px;
-webkit-border-radius: 166px 22px 166px 22px;
border-radius: 166px 22px 166px 22px;
background-image: -webkit-linear-gradient(315deg, #0a0a0a, #474747);
background-image: -o-linear-gradient(315deg, #0a0a0a, #474747);
background-image: -ms-linear-gradient(315deg, #0a0a0a, #474747);
background-image: -moz-linear-gradient(315deg, #0a0a0a, #474747);
/* Impossible to translate property background-image for webkit20110101 */
background-image: linear-gradient(315deg, #0a0a0a, #474747);
border-top-width: 11px;
border-right-width: 11px;
border-bottom-width: 11px;
border-left-width: 11px;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
border-top-color: #64c8f2;
border-right-color: #64c8f2;
border-bottom-color: #64c8f2;
border-left-color: #64c8f2;
min-height: 500px;
}
Ich verzweifel gerade daran, Danke imVoraus