Problem med simpel css
HejsaJeg har problemer med at få placeret min <div id="footer"> nederst på min side. Den bliver istedet placeret til højre.
Er der nogen der kan gennemsku min fejl?
..
<body>
<div id="banner">
[Banankassen]
</div>
<div id="indhold">
<h3 class="obs advarsel">Oversigt</h3>
Du er logget ind som <jsp:getProperty name="login" property="brugernavn"/>.
</div>
<div id="footer">
[Bundmargintekst med tele- og adresseoplysninger]
</div>
</body>
</html>
************************
BODY
{
margin:10px 20px;
font-size:100%
font-family:verdana, arial,sans-serif;
background-color:#efefef;
}
h1
{
font-size:150%;
}
div#banner h1
{
background:gray;
color:white;
padding-top:5px;
padding-bottom:5px;
padding-left:100px;
}
div#indhold
{
float:left;
width:75%;
background-color:#efefef;
border-right:2px dashed gray;
margin-right:15px;
padding-bottom:20px;
padding-right:10px;
}
div#indhold p
{
font-size:90%;
margin:8px auto;
}
div#indhold h3
{
font-size:100%;
margin:10px auto;
}
p#opdatering
{
font-size:80%;
text-align:right;
margin-right:20px;
}
div#footer address
{
font-size:80%;
font-style:normal;
font-weight:bold;
background:gray;
color:white;
padding:5px;
clear:left;
margin:10px auto;
}
div#footer address a
{
color:white;
margin: 0px;
position: relative;
}
/* H?jre kolonne */
div#rightcol
{
width: 180px;
position: absolute;
top: 100px;
right: 20px;
}
/* Menuen i h?jre kolonne */
ul#menu
{
width:100%;
border-width:0px 0px 0 0px;
border-style: solid;
border-color:#000;
padding: 0;
margin-left: 20px;
font-weight:bold;
font-size:80%;
}
ul#menu
{
list-style:none;
margin: 0;
padding: 0;
}
#menu li
{
border-bottom: 2px solid #efefef;
color:#ffffff;
}
#menu li a
{
display:block;
width:100%;
padding: 5px;
background-color: gray;
color:#fff;
text-decoration:none;
}
html>body #menu li a
{
width:auto;
}
#menu li a:hover,
#menu a.aktiv
{
background-color:#bbb;
color:#1a0080
}
h3.advarsel
{
color:#c00;
background-color:
transparent
}
h3.obs
{
border-top:1px solid #257;
border-bottom:1px solid #257;
margin-right:1em;
}
Et udfaldet kan iøvrigt ses her: http://www.ausumnet.dk/Banankasse/ny_bruger.jsp
På forhånd tak, mvh
Torben
