不要这样写.
正确的写法就是直接写
- <table cellspacing="0" width="100%" height="100%" border="0">
- <tr>
- <td height="100%"><div id="grid" style="height:100%;width:100%" /></td>
- </tr>
- </table>
- <div id="grid" style="height:90%;width:100%" ></div>
另外:放在<form> .. <div id="grid" style="height:300;width:100%" /> ...</form> 也可能会导至grid高度不准.