CSS 100% height DIVs?

If you're just trying to extend a background color to the bottom of the page, you could implement some good ol' faux columns.

If you're just trying to extend a background color to the bottom of the page, you could implement some good ol' faux columns: alistapart.com/articles/fauxcolumns/ The idea is that you add a background-image to your container div (or body element) that is the same width as column "B". Use background-position to get it aligned correctly, then set background-repeat to repeat-y. Also, for what it's worth, Using absolute-positioning for every element in your document is almost certainly going to cause more problems than it solves.

I'd recommend making a better attempt at using the normal document flow to get your layout to work.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions