Alex: Abstand vom unteren rand

Beitrag lesen

Hallo

also hier mal der Quelltext:
<html>
<head>
<title></title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000" background="bg.gif">

<span id="menue">

<div id="menue_oben">
<center style="margin-bottom:3px; margin-top:3px;">
<b>Seiten<br>name</b>
</center>
</div>

<div id="menue_links">
hier sollen links rein

</div>
<div id="menue_unten"><center>hier kommt noch etwas rein</center>
</div>

</span>

<span id="linie_1"></span> <span id="oben">
<center>
<b>- Home -</b>
</center>
</span>
<hr id="linie_2">
<span id="main">
</span>

</body>
</html>

und hier der vom Style.css:

#menue{margin-left:0.5%; border-width:1px; border-style:solid; width:15%; height:99.7%;

background-image: url(gitter_bg.gif);}

#menue_oben{margin:10px; width:100%; border-width:1px; border-style:solid; height:0px;

background-image: url(bg_heller.gif); }

#menue_links{margin:10px;width:100%; border-width:1px; border-style:solid; height:0%;

background-image: url(bg_heller.gif); }

#menue_unten{margin:10px; top:1130px; width:100%; border-width:1px; border-style:solid;

height:40px; background-image: url(bg_heller.gif); }

#linie_1{margin-top:-0.5%; margin-left:1%; border-width:1px; border-style:solid; width:0.1%;

height:96.5%; position:absolute}

#oben{margin-right:0%; border-width:1px; margin-left:2%; border-style:solid; width:82%; height:3%;

position:absolute; background-image: url(bg_heller.gif);}

#linie_2{margin-top:3%; margin-right:0%; border:1px; margin-left:1%; border-style:solid;

width:83.5%; height:2px; position:absolute; color:black;}

#main{margin-right:0%; margin-top:4%; margin-left:2%; border-width:1px; border-style:solid;

width:82%; height:88.5%; position:absolute; background-image: url(bg_heller.gif);}

a {text-decoration:none; color:black;}
a:hover {text-decoration:none; color:blue;}
a.flipl:hover span.flipsp {padding:10px;}

also: der untere rahmen soll vom unteren rand von dem rahmen der menü heist 10px entfernt sein der ober soll vom oberen rand 10px entfernt sein und dazwischen kommt dann die linkliste die soll auch auch je 10 px nach oben und unten entfernt sein.
das heist dann dass wenn im rahmen oben oder unten viel steht die linkliste kleiner wird und wenn wenig drinnen ist wird sie grösser also so dass die höhe von den andern rahmen abhängig ist  geht das???

mfg

Alex