<table width="100%">
      <tr>
           <td>
              <img src=""/>      
            </td>
     </tr>
</table>
定死<td>的长和宽
如果图片过大,被td覆盖,而不是把td挤开
用什么属性?

解决方案 »

  1.   

    <table width="10" border="2">
            <tr>
                <td>
                    <img src="aa.jpg" style="z-index: 100; position: absolute" />
                </td>
            </tr>
        </table>
      

  2.   

    <table width="100%"> 
          <tr> 
              <td style=' background:url(地址) no-repeat;'> 
                    
                </td> 
        </tr> 
    </table> 这样设.