Creating a website using div elements and CSS for structure is the norm -- it offers a more lightweight solution than tables by using significantly less code. This reduces the size of your pages, and ...
Here's the scenario: I have a fixed-height container div (set dynamically by javascript). Inside that div, I have a header that's a fixed height, and a bunch of contents of indeterminate height. I ...