I sometimes see DIV set to display:block
Is there any particular reason considering DIV is already a block box.
You could be over-riding another CSS attribute that said
.myClass {
display: inline;
}
Or replacing display:none;
to "un-hide" it (typically this is done on-the-fly by javascript).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With