本帖最后由 gavinwwl 于 2009-12-03 17:21:05 编辑

解决方案 »

  1.   

    全部放在div中,把div的格式定死
      

  2.   

    那个控件有问题呢?有的需要style里设置给你一段手写的:<html>
      <head>
      </head>
      <body>
         <table width="100%" height="100%">
           <tr>
             <td width="30%">
               <input type="textarea" style="width:100%;height:100%;"/>
             <td>
             <td width="70%">           <table width="100%" height="100%">
                 <tr height="10%">
                   <td>
                     <input type="textarea" style="width:100%;height:100%;"/>
                   <td>
                 </tr>
                 <tr height="30%">
                   <td>
                     <input type="textarea" style="width:100%;height:100%;"/>
                   <td>
                 </tr>
                 <tr height="60%">
                   <td>
                     <input type="textarea" style="width:100%;height:100%;"/>
                   <td>
                 </tr>
               </table>        <td>
          </tr>
        </table>
      </body>
    </html>
      

  3.   

    asp.net控件也可以用style属性的,虽然有警告,但是用起来还没有发现问题,那里可以设成百分比.呵呵 
      

  4.   

    使用两个DIV固定,设置class通过样式设置width