Re: CSS boxes
On Feb 14, 5:39 pm, Zanman <zan...@home.com> wrote:
> I have been trying to find info on how to make a box within a box in CSS
> act right.
>
> How can you get a box ie. wrapper which set size of main contents to see
> boxes with in it. I have been just setting min-height to make the wrapper
> be sure to fill in behind the boxes placed inside.
>
> Is there a better way to make the main box size properly to its contents.
>
> Am I explaining myself properly
>
> examplehttp://www.placervillearts.com/index3.html
Set the wrapper to have overflow:hidden;
|