Re: [css-d] [+] Re: Box Model and Background-image

2010-11-12 Thread Alan Gresley
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

Re: [css-d] [+] Re: Box Model and Background-image

2010-11-12 Thread Thierry Koblentz
> >>> 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