[jQuery] hide divs with float:left and show them again
Hi
I have a site with a lot of small div-boxes (with images and movies
within them)
they are positioned with CSS and float:left.
i created buttons, which show and hide either all images or all movies
this works well.
but when i switch between these options, the float-position of the
divs goes crazy and every div-container is on one line for itself
(instead of 5 on one line)
does someone have an idea, how i can solve this problem?
simon