Forum Moderators: not2easy
I have a div called "BLOCK" with a fixed height.
Inside this div, there are other divs with a fixed height.
Using javascript, when you click on a button, the size of the div "BLOCK" go smaller. The problem is the fact that divs inside "BLOCK" are not masked... are always "visible"...
Do you know how to make divs inside the "BLOCK" automatically not visible / partial visible?
thanks