求大家帮助~!!!!!!!!!!!!!

解决方案 »

  1.   

    最好看一下页面的html.
    界面的显示,和html里面的属性数据有出入的.特别是表格的长度.要自己手动改.
    所有出来的界面没有达到你想要的效果.
    界面-->html  相互切换,也可以看出界面的真实效果.
      

  2.   

    嗯!直接在设计界面做的和实际的会有出入,最好到代码模式下看看实际的html代码是怎样的,直接用代码来控制布局。
      

  3.   

    div style="background-color: white; background-image: url(image/无标题.bmp); position: static;">
            &nbsp;<asp:TextBox ID="TextBox1" runat="server" Style="left: 220px; position: relative;
                top: 75px" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>
            <asp:TextBox ID="TextBox2" runat="server" Style="left: 62px; position: relative;
                top: 117px"></asp:TextBox>
            <asp:Label ID="Label1" runat="server" Style="left: -179px; position: relative; top: 72px"
                Text="用户名"></asp:Label>
            <asp:TextBox ID="TextBox3" runat="server" Style="left: -150px; position: relative;
                top: 159px"></asp:TextBox>
            <asp:Label ID="Label2" runat="server" Style="left: -386px; position: relative; top: 114px"
                Text="密码"></asp:Label>
            <asp:Label ID="Label3" runat="server" Style="left: -432px; position: relative; top: 157px"
                Text="验证码"></asp:Label><br />
            <br />
            <br />
            <br />
            <br />
            <br />
            <asp:Button ID="Button1" runat="server" Style="left: 218px; position: relative; top: 102px"
                Text="登录" OnClick="Button1_Click" /><br />
            <br />
            <br />
            <br />
            <br />
            <asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl="~/Default2.aspx" Style="left: 387px;
                position: relative; top: 3px">用户注册</asp:LinkButton><br />
            <asp:Button ID="Button2" runat="server" Style="left: 293px; position: relative; top: -17px"
                Text="重置" OnClick="Button2_Click" /><br />