<img id="mypic" src="csdn.gif" border=0 style="position: absolute;  top:expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight-200);  left:expression(document.body.scrollLeft + document.body.clientWidth - this.clientWidth);">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<script>
if(screen.width==800)mypic.outerHTML=""
</script>

解决方案 »

  1.   

    <img id="mypic" src="csdn.gif" border=0 style="position: absolute;  top:expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight-200);  left:expression(document.body.scrollLeft + document.body.clientWidth - this.clientWidth);">
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
    <script>
    window.onload=function(){if(screen.width==800)mypic.outerHTML="";}
    </script>
      

  2.   

    一边一个.<img id="mypic1" src="csdn.gif" border=0 style="position: absolute;  top:expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight-200);  left:expression(document.body.scrollLeft + document.body.clientWidth - this.clientWidth);">
    <img id="mypic2" src="csdn.gif" border=0 style="position: absolute;  top:expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight-200);  left:0;">
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
    <script>
    window.onload=function()
    {
        if(screen.width==800)
    {
        mypic1.outerHTML="";
        mypic2.outerHTML="";
    }
    }
    </script>