hey,
i have the following webpage:
http://www.thijscream.nl/wijnkado/mouserend.php?id=0&sid=0
there everything if fine, the footer is on the bottom of the page.
but now i have a page with some artikels on it and then it's still on the same place instead of lowering to the bottom(as shown on the link below)
http://www.thijscream.nl/wijnkado/index.php

this problem occurs in ie8 and i don't know in what other browsers but it needs fixing.
here is my code:

<div id="container">
<br><br><br><br><br>
<div id="footer">
	<a href="footer/overons.php">Over ons</a>
	<a href="footer/referenties.php">Referenties</a>
	<a href="footer/contact.php">Contact</a>
	<a href="footer/voorwaarden.php">Voorwaarden</a>
	<a href="footer/links.php">Links</a>
</div>
</div>

removed some unneeded code because that would make it to long :P
and here is the css i'm using on it:

#container{
margin: 0 auto 10px auto;
width: 800px;
position: relative;
max-width:800px;
height:100%;
min-height:100%;
}
#footer{
position:absolute;
bottom:0;
right:40px;
}

i hope anyone can help me out on this one, looking for a solution for a pretty long time now.

I'm sorry but this isn't a PHP question, this should be moved to the correct forum :/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.