供参考:
图片始终定位在页面的右下角
<img src="http://expert.csdn.net/images/csdn.gif" border=0 style="position: absolute;
  top:expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight);
  left:expression(document.body.scrollLeft + document.body.clientWidth - this.clientWidth);">
<div style="width: 2000; height: 2000"></div>