Hallo PSD Tut's,
ich habe folgendes Problem ich möchte das meine "Testhomepage".Wenn ein Inhaltselement angelegt wird die Div's "mitwachsen" also Rechts und Links.Links im Div ist eine Navi und Links sollen shoutnews angezeigt werden.Ich benutze das Contentmanagesystem Typo3 aber das Problem liegt ja eindeutig in der CSS datei
Stehe dann vor dem Problem wie mache ich das richtig? Bzw wie kriege ich das hin mit:
?
Wäre um Hilfe sehr dankbar
Hier die CSS:
ich habe folgendes Problem ich möchte das meine "Testhomepage".Wenn ein Inhaltselement angelegt wird die Div's "mitwachsen" also Rechts und Links.Links im Div ist eine Navi und Links sollen shoutnews angezeigt werden.Ich benutze das Contentmanagesystem Typo3 aber das Problem liegt ja eindeutig in der CSS datei
Stehe dann vor dem Problem wie mache ich das richtig? Bzw wie kriege ich das hin mit:
Code:
height:100%;
Wäre um Hilfe sehr dankbar
Hier die CSS:
Code:
h2,h3,h4,h5,h6,div,p,body,html,input,button {
font: normal 12px Helvetica,Verdana,Arial
}
h1 {
font: normal 14px Helvetica,Verdana,Arial;
font-weight: bold;
}
body{
text-align:center;
}
div#container {
width:980px;
text-align:left;
margin:0px auto;
border:1px solid silver;
background: url(../fileadmin/Posner/images/background.jpg) repeat-y;
}
div#top {
font: bold 10px Verdana,Arial;
clear:both;
background-color:#5E7E9E;
text-align:right;
color:#FFFFFF;
padding:5px;
padding-right:10px;
}
div#top {
text-decoration: none;
color:white;
}
div#header { background-color:white; }
div#links {
float:left;
width:178px;
height:75%;
padding-top:37px;
padding-bottom:10px;
background-color:#335C85;
}
div#center {
float:left;
width:600px;
padding:10px;
}
div#head {
font: normal 10px Helvetica,Verdana,Arial;
text-align:right;
}
div#right {
float:left;
width:160;
height:77%;
padding:10px;
background-color:#335C85;
}
div#footer {
clear:both;
background-color:#5E7E9E;
padding:2px;
}
div#links_bottom{
text-align:center;
background-color:#8BA2BA;
margin-top:20px;
padding-top:1px;
padding-bottom:1px;
}
.linkWeiss {
font-style: arial;
color:#FFFFFF;
}
.float-left {
float:left;
}
/* Anpassungen IE */
*html div#container {
width:982px;
}
*html div#center {
float:left;
width:620px;
}
Zuletzt bearbeitet: