<!--[if IE]>
window.onscroll = function() {
var root = (document.compatMode == "CSS1Compat"?
document.documentElement: document.body);
var topad = document.all["topfixed"];
var bottomad = document.all["bottomfixed"];

topad.style.top = "0px";
bottomad.style.bottom = "0px";
};
<![endif]-->