.fixedHead {
    position: relative;
    top:expression(this.offsetParent.scrollTop-2);
}