hehe, så lidt olebole ;)
... er lidt offline for tiden da jeg er beskæftiget med en oprydning af nogle divs og kovertering til noget css margin forskydning istedet ... lige p.t...
- Men en javascript height aligner - position aligner ... eller måske denne:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1"><title>Ingen titel</title>
<script type="text/javascript">
</script>
<style type="text/css">
body, html {overflow:hidden;
font-family: verdana;
font-size: 10px;
margin: 0px;
color: black;
height: 100%;
text-align: center;
background-image: url(../gfx/bagground.gif);
background-repeat: repeat-y;
background-position: center;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 1px;
padding-right: 0px;
}
a:link, a:active, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #0066CC;
font-weight: normal;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}
#site_container {
width: 649px;
margin-right: auto;
margin-left: auto;
text-align: left;
padding-bottom: 5px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999999;
}
#menu_right {
float: left;
width: 200px;
}
#site_top {
background-image: url(../gfx/logo_top.jpg);
background-repeat: no-repeat;
height: 23px;
width: 649px;
padding-top: 83px;
}
#menu_main {
height: 35px;
width: 439px;
float: left;
padding-left: 10px;
}
.menu_right_tab {
background-image: url(../gfx/menu_right_tab.gif);
background-repeat: no-repeat;
height: 15px;
width: 195px;
float: left;
padding-top: 10px;
padding-left: 5px;
}
.menu_right_tekst {
width: 189px;
float: left;
background-color: #CCCCCC;
padding: 5px;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #999999;
}
.nyhed_top {
background-image: url(../gfx/news_top.jpg);
height: 15px;
width: 420px;
padding-left: 5px;
margin-right: 5px;
padding-top: 1px;
padding-right: 5px;
}
.nyhed_inhold {
width: 418px;
margin-right: 5px;
background-color: #FFFFFF;
padding: 5px;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #999999;
border-left-color: #999999;
}
.nyhed_bund {
background-image: url(../gfx/news_bund.gif);
height: 4px;
width: 425px;
padding-left: 5px;
margin-right: 5px;
padding-top: 1px;
background-repeat: no-repeat;
margin-bottom: 5px;
}
.tekstarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
background-color: #FFFFFF;
border: 1px solid #999999;
margin: 2px;
padding: 0px;
}
.tekst_right {
vertical-align: top;
float: right;
overflow: hidden;
}
.underline {
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #999999;
padding: 2px;
}
.menu_right_bund {
background-image: url(../gfx/menu_right_bund.gif);
background-repeat: no-repeat;
height: 16px;
width: 200px;
float: left;
}
#table_picture {
border: 1px solid #7C8D96;
float: left;
width: 92px;
height: 90px;
margin: 2px;
padding-top: 8px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 3px;
}
#outer{height:97%;overflow:auto;}
</style></head>
<body>
<div id="outer">
<div id="site_container">
<div id="site_top">
</div>
<div id="menu_main">
<div class="nyhed_top">
<img src="gfx/headers/add_result.gif" style="width: 134px; height: 11px;" border="0" alt="">
</div>
<div class="nyhed_inhold">a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>a<br>vv
</div>
<div class="nyhed_bund">
</div>
</div>
<div id="menu_right">
<div class="menu_right_tab">
<img src="gfx/headers/admin_section.gif" border="0" alt="">
</div>
<div class="menu_right_tekst">
Admin-del
</div>
<div class="menu_right_bund">
</div>
</div>
</div>
</div>
<div style="position: absolute; bottom: 0px;left:0px; width: 100%; height:3%;background:red;">
Copyright ©<?php echo date(Y); ?> <a href="
http://URL" target="_blank">NAVN</a>
</div>
</body></html>