and for specific Label and Textbox control you have not mention back color in it. Like <asp:Label ID="Label2" Text="User ID" Width="110px" Font-Names="Times New Roman" Font-Size="11pt" Font-Bold="true" ForeColor="DarkBlue" runat="server" BackColor="White" />
inside which, I have the labels/Textboxes. But when running the page, I still don't see any background color for the labels/Textboxes.
Setting the background-color to div won't make it affect to labels and textboxes inside it. Please set the background-color for labels and textboxes it self.
wmec
Contributor
6556 Points
3324 Posts
Can't see Backcolor
Jan 05, 2013 08:00 AM|LINK
Hi,
Running this page
http://dl.dropbox.com/u/40211031/Default2.aspx
why can't I see any Backcolor for Labels/Textboxes inside the page?
HuaMin Chen
patelakhiln
Member
58 Points
14 Posts
Re: Can't see Backcolor
Jan 05, 2013 09:00 AM|LINK
You need to mention back ground color in style for div like
wmec
Contributor
6556 Points
3324 Posts
Re: Can't see Backcolor
Jan 06, 2013 02:56 PM|LINK
I have this for the div
<div id="Dv1" style="text-align:left" background-color:1BA8E0>
...
inside which, I have the labels/Textboxes. But when running the page, I still don't see any background color for the labels/Textboxes.
HuaMin Chen
Ruchira
All-Star
44382 Points
7194 Posts
MVP
Re: Can't see Backcolor
Jan 06, 2013 04:48 PM|LINK
Hello,
Setting the background-color to div won't make it affect to labels and textboxes inside it. Please set the background-color for labels and textboxes it self.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.wmec
Contributor
6556 Points
3324 Posts
Re: Can't see Backcolor
Jan 07, 2013 01:59 AM|LINK
Thanks.
HuaMin Chen