I have a page with 250px x 250px divs that are all located absolutely when one of these divs is open, an ajax call is created that expands the div to display all its contents, these divs are limited to 600 pixels wide, but can be of any height depending from the information presented so when the div has a lot of content that seems to stretch over my footer, which is understandable because widgets are hovering on the page.
My question is, although I can somehow set the footer to clear this large widget, as it seems to be stretched over it?
source
share