HTML – CSS problem with DIVs?

You can add an empty element that has 'clear:both' at the end of the container.

You can add an empty element that has 'clear:both' at the end of the container: Header Left Right.

Better yet, Absoulte position all the Div elements, its easier and works the way you want it to work. Or you can try giving negative margin-top values for "right" and "left" div elements.

I was able to achieve the intended result by using overflow: hidden; property #container { width: 920px; margin: 0 auto; background-color: red; overflow: hidden; }.

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