I've encountered an issue with my website layout - the left-menu div goes through the footer instead of pushing it down. I've tried using clear:both; and overflow:auto, but nothing seems to work. Can anyone help me figure out what's wrong here? Here is the link to a jsfiddle for reference: http://jsfiddle.net/Qd3Rr/1/
Here's the HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="nl">
... (HTML structure continued)
CSS for styling:
#inside{
margin:8%;
padding:10px;
background:white;
}
... (CSS styles continued)