CSS - absolute positioning and fluid divs?

I suggest reading The Holy Grail for a complete tutorial walk-through and description of necessary browser hacks and such for creating the layout In addition, I would advise that you consider placing a max-width either on the containing element or your fluid div (for instance: container {max-width:1024px;} ), because on exceptionally high resolutions / large screens, a stretching div can become obnoxiously large to the point of user frustration.

I suggest reading The Holy Grail for a complete tutorial walk-through and description of necessary browser hacks and such for creating the layout. In addition, I would advise that you consider placing a max-width either on the containing element or your fluid div (for instance:#container {max-width:1024px;}), because on exceptionally high resolutions / large screens, a stretching div can become obnoxiously large to the point of user frustration.

Check out Matthew James Taylor's 3 column holy grail layout, which will do exactly what you need.

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