Hallo,
ich mach das immer so, dass ich für IE mit conditional comment das Folgende an css hinzufüge:
html {
overflow: hidden;
}
body {
overflow: auto;
}
.fixiert
{
position:absolute;
left:0;
bottom:0;
}
Was html und body angeht, nicht mehr und nicht weniger, da das ohnehin im "normalen" css alles stehen sollte. Lass mal das height:100% usw. alles weg und mach für body overflow auto, dann sollte es klappen (allerdings bin ich mir, was IE5 angeht nicht sicher).
PS: Hab übrigens in Deinem css-home.css nirgends ein position:fixed gefunden.
Viele Grüße
Michael
PPS: Schau evtl. auch mal da vorbei: www.456bereastreet.com