我有一个具有以下内容的面板:
<asp:Panel ID="Panel1" runat="server" Height="101px">
Day
<asp:DropDownList ID="DropDownList1" runat="server" Height="24px" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
</asp:DropDownList>
Hour
<asp:DropDownList ID="DropDownList2" runat="server">
</asp:DropDownList>
</asp:Panel>
文本(“Day”和“Hour”)似乎与下拉框有不同的垂直对齐方式
替代文字 http://img215.imageshack.us/img215/115/paneld.jpg
如何轻松解决此问题?