
 

div#fixme-bottom {
position: fixed; 
bottom: 0; 
right:0;
z-index: 9999;
cursor:pointer;
width:26px;
}

* html div#fixme-bottom { position: absolute;width:26px;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) 
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));
right: expression("0%");
}

