Thierry Koblentz wrote:
In the CSS box model, are background images understood to occupy
the
same height and width as the outer edge of the border area?
I believe it is the border box (content + padding + border)
No, the default is the padding-box:
Thanks Philippe,
In my mind we're talking
> >>> In the CSS box model, are background images understood to occupy
> the
> >>> same height and width as the outer edge of the border area?
> >
> >
> > I believe it is the border box (content + padding + border)
>
> No, the default is the padding-box:
Thanks Philippe,
In my mind we're talking