Vertical alignment of a div in another div with %-height?

Try this: inside{ position:absolute; height:200px; width:200px; top:50%; margin-top:-100px; } The margin-top should fix the centering, and position:absolute should work, if not, try 'relative.

Try this: #inside{ position:absolute; height:200px; width:200px; top:50%; margin-top:-100px; } The margin-top should fix the centering, and position:absolute should work, if not, try 'relative'.

Thanks for the answer! – Mike Jun 26 at 16:15 This also works for left centering: width:100px; left:50%; margin-left:-50px; – Jackson Gariety Jun 26 at 17:12.

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