Whenever I attempt to modify the color of my Categories and Departments menu, the selected color does not stick and it remains unchanged:
.DepartmentsList {
border: #006600 1px solid;
text-align: center;
margin-top: 20px;
background-color: #006600;
}
.DepartmentsListHead {
border: 1px solid #006600;
background-color: #006600;
background-repeat: repeat;
<%@ Register src="UserControls/DepartmentsList.ascx" tagname="DepartmentsList" tagprefix="uc1" %>
<%@ Register src="UserControls/SearchBox.ascx" tagname="SearchBox" tagprefix="uc3" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Farm Shop: Online Store</title>
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
<form id="form1" runat="server">
<div class="Window">
<div class="Main">
<div class="Left">
<div class="Container">
<uc3:SearchBox ID="SearchBox1" runat="server" />
<uc1:DepartmentsList ID="DepartmentsList1" runat="server" />
<uc2:CategoriesList ID="CategoriesList1" runat="server" />