Textbox control style
I'm doing a very simple asp.net application and I have found that when putting multiple text boxes on a page that some will show up as white/flat and others as yellow/3D. I am pulling my hair out trying to figure out why. The code for all the text boxes is below. The txtFirst, txtLast, txtCompany and txtTitle textboxes are showing up white and flat. The txtAsstFirst, txtAsstLast and txtAsstPhone textboxes are showing up yellow and 3D. When I look at this page in the IDE they all show up as white and flat. Does anyone know why? Please help!!!!
<asp:textbox id="txtCompany" style="Z-INDEX: 103; LEFT: 69px; POSITION: absolute; TOP: 278px" tabIndex="3" runat="server" Font-Names="calisto mt" Height="28px" Width="572px"></asp:textbox>
<asp:textbox id="txtLast" style="Z-INDEX: 105; LEFT: 334px; POSITION: absolute; TOP: 223px" tabIndex="2" runat="server" Font-Names="calisto mt" Height="28px" Width="307px"></asp:textbox>
<asp:textbox id="txtFirst" style="Z-INDEX: 104; LEFT: 68px; POSITION: absolute; TOP: 223px" tabIndex="1" runat="server" Font-Names="calisto mt" Height="28px" Width="227px"></asp:textbox>
<asp:TextBox id="txtTitle" tabIndex="4" runat="server" Font-Names="calisto mt" Height="28px" Width="572px"></asp:TextBox>
<asp:TextBox id="txtAsstFirst" tabIndex="5" runat="server" Font-Names="Calisto MT" Height="28px" Width="285px"></asp:TextBox>
<asp:TextBox id="txtAsstLast" tabIndex="6" runat="server" Font-Names="Calisto MT" Height="28px" Width="285px"></asp:TextBox>
<asp:TextBox id="txtAsstPhone" tabIndex="7" runat="server" Font-Names="Calisto MT" Height="28px" Width="285px"></asp:TextBox>
Todd Becker
Software Development Supervisor
Las Vegas Convention and Visitors Authority
Las Vegas, NV
|