webform以两帧而不是一帧显示......
<body style="background-repeat:no-repeat " background="ProjectImages/back.jpg">
<form id="form1" runat="server">
<asp:Panel ID="Panel1" runat="server" Height="31px" BackColor="#33CCFF"
Font-Bold="True" Font-Size="Larger" >
<div class="style2">
<span class="style1">Read</span></div>
</asp:Panel>
我想让它显示在一个框架中,一个背景图像覆盖整个框架。 它不必要地生产滚动条..