Ich habs schon ewig probiert komme aber nicht drauf.
http://www.8ung.at/djdirk/index.htm
Der linke Balken Seite soll bis zum Ende der Seite gehen. Macht er aber nicht. Bitte helfen.
mystyle.css
http://www.8ung.at/djdirk/index.htm
Der linke Balken Seite soll bis zum Ende der Seite gehen. Macht er aber nicht. Bitte helfen.
mystyle.css
Code:
h2 {
font-family: Arial;
font-size: 7pt;
color: #000000;
}
a:link {
color: #000000;
cursor: default;
font-variant: normal;
}
a:active {
color: #000000;
font-variant: normal;
}
a:visited {
color: #999999;
}
body {
padding: 0px;
margin: 0px;
background-color: #FFFFFF;
heigth: 100%;
}
#oben {
height: 30pt;
margin-top: 5pt;
background-color: #cccccc;
font-family: Arial;
font-color: #000000;
font-size: 12pt;
font-weight: bold;
text-align: center;
padding: 15px 0;
}
#inhalt {
width: auto;
margin-left: 125pt;
background-color: #FFFFFF;
font-family: Arial;
font-color: #000000;
font-size: 9pt;
}
#links {
position: absolute;
top: 35pt;
left: 0pt;
width: 120pt;
height: 100%;
background-color: #cccccc;
font-family: Arial;
font-color: #000000;
font-size: 9pt;
font-style: italic;
text-align: center;
}