css - Vertically Stack divs inside fixed div -


i have vertical parent container div fixed positioning , height in pixels. have child divs same width parent. how stack these child divs inside fixed parent? uanble through. please help.

if want statically, set each child div's top property how want it.

so if child divs 50px in height

#child1{ position:relative; top:50px; } #child2{ position:relative;   top:100px; } 

and on


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -