asp:dropdownlist display infront all the time

  • Thread starter Xuanly ly via .NET 247
  • Start date
X

Xuanly ly via .NET 247

asp:dropdownlist always display infront of everything and I can't make it display behind HELP HELP help!!!.

<form id="Form1" method="post" runat="server">
<asp:TextBox id="TextBox1" runat="server" style="Z-INDEX: 1; LEFT: 50px; POSITION: absolute; TOP: 300px"
Width="250px"></asp:TextBox>
<asp:panel id="pnCal runat="server" Width="156px" Height="128px" style=" LEFT: 50px; POSITION: absolute; TOP: 300px">
<asp:Calendar id="Calendar1" runat="server" Height="148px" Width="156px" ShowGridLines="True"
BorderColor="#FFCC66" Font-Names="Verdana" Font-Size="8pt" ForeColor="#663399" DayNameFormat="FirstLetter"
BackColor="#FFFFCC" BorderWidth="1px">
<TodayDayStyle ForeColor="White" BackColor="#FFCC66"></TodayDayStyle>
<SelectorStyle BackColor="#FFCC66"></SelectorStyle>
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC"></NextPrevStyle>
<DayHeaderStyle Height="1px" BackColor="#FFCC66"></DayHeaderStyle>
<SelectedDayStyle Font-Bold="True" BackColor="#CCCCFF"></SelectedDayStyle>
<TitleStyle Font-Size="9pt" Font-Bold="True" ForeColor="#FFFFCC" BackColor="#990000"></TitleStyle>
<OtherMonthDayStyle ForeColor="#CC9966"></OtherMonthDayStyle>
</asp:Calendar>
</asp:panel>
<asp:DropDownList Design_Time_Lock="True" id="ddl" runat="server" style=" LEFT: 50px; POSITION: absolute; TOP: 350px; Design_Time_Lock: True" Height="100px" Width="300px" EnableViewState="False">
<asp:ListItem Value="a">a</asp:ListItem>
<asp:ListItem Value="b">b</asp:ListItem>
<asp:ListItem Value="c">c</asp:ListItem>
</asp:DropDownList>
</form>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,480
Members
44,900
Latest member
Nell636132

Latest Threads

Top