form在两个div之间会有间距 得加上style="margin:0px"

  <div style="background-color: Black">
        ssssss
    </div>
    <div style="background-color:Olive">
        <form id="form1" runat="server" style="margin:0px">
        <div style="background-color: Yellow">
            xxxxxxxxxxxxxxxxxxxx
        </div>
        </form>
    </div>
posted @ 2009-09-18 17:37  awp110  阅读(376)  评论(0编辑  收藏  举报