auch ich hab css-Probleme:
siehe: http://kosak-racing.de/neu/kosak.html
hier möchte ich das die linke Spalte immer bin zum Ende der Hauptbox geht.
hier mal die CSS-Datei:
- Code: Alles auswählen
html, body{
margin:0;
padding:0;
text-align:center;
}
#pagewidth{
width:780px;
text-align:left;
min-width: 500px;margin-left:auto;
margin-right:auto;
}
#header{
height:144px;
width:100%;
background-color:#FFFFFF;
}
#leftcol{
border:solid white 0px;
width:170px;
float:left;
position:relative;
margin-left:-170px;
margin-right:1px;
background-color:#C6C6C6;
}
#outer{
border:solid white 0px;
/*/*/ border-left-width: 170px ; /* left column width. NN4 hack to hide borders */
border-left-color: #FFFFFF; /* left column colour */
border-left-style: solid;
background-color: #FFFFFF; /* center column colour */
width: auto;
}
#footer{
height:20px;
width:100%;
background-color:#FFFFFF;
text-align:center;
color: #cccccc;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.unten:link, a.unten:visited { color: #cccccc; text-decoration: underline }
a.unten:hover, a.unten:active { color: #000000; text-decoration: underline }
#inner{margin:0; width:100%;}
#maincol { background-color: #c6c6c6; margin: 0 -8px 0 3px; position: relative; width: 100%; max-height: 100%; float: left }
#outer>#inner { border-bottom: 0px solid #FFFFFF; }
.clr{clear:both;}
.content{padding:5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
} /*padding for content */
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/
/*printer styles*/
@media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#outer{border-left:0;}
}
Kann mir da jemand helfen?


