<!--[if IE]>
window.onscroll = function() {
var root = (document.compatMode == "CSS1Compat"?
document.documentElement: document.body);
var topad = document.getElementById("topfixed");

topad.style.top = "200px";
};
<![endif]-->