Forum Moderators: not2easy
[builder.com.com...]
cEM
1. Create three absolutely positioned columns (divs) that are each 100% in height.
2. Create an absolutely positioned header that will go on top of this by using z-index.
3. Create a footer that automatically is at the bottom of the page, overtop of the bottom of the columns (since they are 100% in height), is this possible?
So pretty much I create the columns with a height of 100% each and place the other elements, header, footer etc, on top of them. This would allow me to control the style of each column (background color, border ,etc) and have it extend the whole page and not just stop where the content ends. This idea just seems to easy and I haven't found really any tutorials on it. Does it sound feasible or am i just crazy?