Hi,
ich möchte eine Navileiste die immer! bis zum ende der seite geht, leider weiß ich nicht wie hat da von euch jemand eine Idee?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta name="generator" content="Ixion [http://ixion.bsnx.net]" />
<style type="text/css">
<!--
body, table {font-family: Arial; font-size:10pt;}
.nomargin {margin:0px;}
.dtop {
background-color: #6699FF ;
height:128px;
}
.topnavi {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.leftnavi {
border-right: 1px solid #000;
width:150px;
/*Wie mache ich es das der Balken bis unten geh? height: ??? ************************/
float:left;
background-color: #BBDDFF ;
}
.content {
}
//-->
</style>
</head>
<body class="nomargin">
<div class="dtop"></div>
<div class="topnavi">
Link 1
</div>
<div class="leftnavi">
</div>
<div class="content">
ABC
</div>
</body>
</html>