|
Posted by Sunil on 12/27/05 06:20
Thanks Jonathan
actually the parent Div's width is 800px; and child div's width is
50px; and it can't be more than 5. and i want all 5 child divs in
center of the parent div.
1. child div could 1 or 2 or 3 or 4 or 5.
2. the all child divs should be inline.
waiting for you reply.
thanks in advance.
Jonathan N. Little wrote:
> Sunil wrote:
> > could any body can help me in HTML/CSS
> >
> > i have one div and its width and height is 200px; and one child div its
> > height and width is 50px;
> > now i want that child div in center of the parent div. child div could
> > be more than one may be 5. all should be center aligned and inlined.
> > can any body help me pls :)
> >
>
> Do you mean up to (5) 50px squares stacked vertically within (1) 200px
> square? If so, math will be your enemy, 50x5=250, what are you going to
> do with the overflow? Also, with compliant browsers if you specify
> border, padding, and margin for the child DIVs, that will also be added
> to the total!
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIO
> http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|