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

2010-11-13 Thread Alan Gresley
John 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? thank you John No, this is only true for background-color which covers the whole border box, whatever it's dimensions. For background-image, the

[css-d] Box Model and Background-image

2010-11-12 Thread John
In the CSS box model, are background images understood to occupy the same height and width as the outer edge of the border area? thank you John __ css-discuss [cs...@lists.css-discuss.org]

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

2010-11-12 Thread Peter Bradley
Ar 12/11/10 22:53, ysgrifennodd John : In the CSS box model, are background images understood to occupy the same height and width as the outer edge of the border area? thank you John Border inner edge, isn't it? I.e. content + padding. Could be wrong, though. Cheers Peter --

Re: [css-d] 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) -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

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

2010-11-12 Thread Peter Bradley
Ar 12/11/10 23:10, ysgrifennodd 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) -- Regards, Thierry www.tjkdesign.com |

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

2010-11-12 Thread Peter Bradley
Ar 12/11/10 23:21, ysgrifennodd Peter Bradley : I'm going to have to play now to see if a border overlays a background image or /vice versa/. Just as I was thinking about calling it a day for today! Yup. If you have a background colour and a dotted or dashed border, you can see the

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

2010-11-12 Thread Philippe Wittenbergh
On Nov 13, 2010, at 8:10 AM, 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: