When I am using display:none
to a div and using slidedown
function of JQuery to slide the div then it works but the divs get scattered on display:none ,instead of this when i am Visibilty:none
to a div then the other divs do not scatter but the JQuery does not works.
#slider {
overflow:hidden;
position:relative;
}
.form-notice {
display:none;
float:left;
width:24.3%;
}