用Css 控制背景图绝对位置

解决方案 »

  1.   

    <style type="text/css">
    <!--
    .tdbg1 {
    background-image: url(inages/index.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    }
    -->
    </style>
    <table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="1636" class="tdbg1">&nbsp;</td>
      </tr>
    </table>
      

  2.   

    1.用透明的img模拟
    2.制作大小不同的背景图,动态改变背景
      

  3.   

    style=filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src='qiu_b_middle.png',sizingMethod='scale')