-2
I need to know how to display a DIV only if it has a BACKGROUND color selected, if it does not have it, it remains 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;
}
Can you access https://jsfiddle.net/ and show us more succinctly what you really want to do? or edit the post and rephrase your question, how it is is difficult to understand what you really want to do.
– Felipe Assunção