I need to know how to display a DIV only if it has a BACKGROUND color selected, if it does not, it will be hidden. Because I have a color palette in CSS and when I select a color, the hidden DIV is visible.
My CSS:
.gerenciar-coluna-titulo{
height:35px;
width:887px;
float:left;
text-align:left;
line-height:55px;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
color: #666666;
border-bottom: 0px double #ffffff;
text-indent:25px;
}