I've just created a site http://www.paardenverzekeringvergelijker.nl/ which look fine in firefox, opera and IE7. But when I opened it in IE6, the bottom of the page seems to be missing... Even setting the body to a certain height in pixel, doesn't seem to have any effects. So, I haven't really got a clue..?
Please send me any ideas of what bugs I need to be looking for?
Quite a catchy url you have there. No offence intented. I think that working with words and titles that complex require some real planning and talent.
So, to get back to the matter at hand, are you missing a specific element or just the bottom part in general? I don't have IE6 available at the moment so all I can say right now is that it works well on Safari.
You could try something like creating a separata footer div, floating that and moving your current copyright and footer divs inside it. But I'm just passing some time here, since I have no way of testing it. Those right-floated form and footer divs might just float so far to the right hand side that you can't see them on ie6, or something like that.
> in IE6, the bottom >of the page seems to be missing...
In - /* reset.css */ - remove the position: relative from the universal selector's declarations. Automatically declaring that property value for everything can have unpredictable and, as you've discovered, undesirable, consequences. Set it only where needed.