我需要把左角落的那个小的不显示图片给去掉。我改了一下,去不掉啊。<div style="position:relative;">
 <img style="background:url('http://www.jpwind.com/mess/images/xue.gif') ; width:996px; height:440px; position:absolute; ">
 <img src="http://www.jpwind.com/mess/images/top.jpg" />
</div>

解决方案 »

  1.   


    <div style="position:relative;">
     <img style="background:url('http://www.jpwind.com/mess/images/xue.gif') ; width:996px; height:440px; position:absolute;" />
     <img src="http://www.jpwind.com/mess/images/top.jpg" />
    </div>
    左上角没有你说的不显示的图啊
      

  2.   


    <div style="position:relative;">
     <img src="http://www.jpwind.com/mess/images/top.jpg" />
    </div>
      

  3.   

    <html>
    <head><title>圣诞夜</title></head>
    <body>
    <div style="position:relative;background-image:url('http://www.jpwind.com/mess/images/top.jpg');width:996px;height:440px;">
       <div style="background-image:url('http://www.jpwind.com/mess/images/xue.gif');width:996px;height:440px;">
       </div>
    </div>
    </body>
    </html>