Hi there
I cannot figure out why the input box in the following code does not appear yellow. Please help.
Regards
Edwin
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.yellowbg
{
background-color: #FFFF00;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div>
<telerik:RadTextBox ID="RadTextBox1" runat="server" CssClass="yellowbg"
Width="125px">
</telerik:RadTextBox>
</div>
</form>
</body>
</html>
I cannot figure out why the input box in the following code does not appear yellow. Please help.
Regards
Edwin
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.yellowbg
{
background-color: #FFFF00;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div>
<telerik:RadTextBox ID="RadTextBox1" runat="server" CssClass="yellowbg"
Width="125px">
</telerik:RadTextBox>
</div>
</form>
</body>
</html>