<script>
var isie6 = window.XMLHttpRequest ? false : true;
window.onload = function () {
var a = document.getElementById('popic');
var d = document.getElementById('d');
if (isie6) {
a.style.position = 'absolute';
window.onscroll = function () {
d.innerHTML = '';
}
} else {
a.style.position = 'fixed';
}
a.style.left = '0';
a.style.bottom = '0';
}
</script>
<div id="d" style="display: none;">
rgrrrrrrrr</div>
<div id='popic' style="z-index: 99999">
<img style="width: 120px; height: 120px;" src="Upload/qrcode.png">
</div>
点击预览