Re: [css-d] Space between Border and Padding

2008-07-22 Thread David Laakso
Christopher wrote: Hello, I would like to make a space around the border and the padding, is this possible ? It is wearing thin, Christopher. -- A thin red line and a salmon-color ampersand forthcoming. http://chelseacreekstudio.com/

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Christopher
David Laakso wrote: Christopher wrote: Hello, I would like to make a space around the border and the padding, is this possible ? It is wearing thin, Christopher. ??? I decided to change some things, all I am asking is how to make a space between a border and the padding

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Bobby Jack
--- On Tue, 7/22/08, Christopher [EMAIL PROTECTED] wrote: From: Christopher [EMAIL PROTECTED] Subject: Re: [css-d] Space between Border and Padding To: css-d@lists.css-discuss.org Date: Tuesday, July 22, 2008, 3:46 PM David Laakso wrote: Christopher wrote: Hello, I would like to make

Re: [css-d] Space between Border and Padding

2008-07-22 Thread David Laakso
Christopher wrote: David Laakso wrote: Christopher wrote: Hello, I would like to make a space around the border and the padding, is this possible ? It is wearing thin, Christopher. ??? I decided to change some things, all I am asking is how to make a space

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Christopher
I have tried almost everything, I just would like a space between the border and the padding so they don't touch. Bobby Jack wrote: --- On Tue, 7/22/08, Christopher [EMAIL PROTECTED] wrote: From: Christopher [EMAIL PROTECTED] Subject: Re: [css-d] Space between Border and Padding To: css

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Rob Emenecker
I think there needs to be some clarification on the question. As it was worded, I would take it one of three ways. #1) To have a space that surrounds the combined area of the PADDING and the BORDER. #2) To have a space between the outside edge of the padding and the inside edge of the border.

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Bobby Jack
--- On Tue, 7/22/08, Christopher [EMAIL PROTECTED] wrote: I have tried almost everything, I just would like a space between the border and the padding so they don't touch. OK, the only motive I can possibly think for this is that you want two different background colours between the content

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Adam Ducker
Christopher wrote: I decided to change some things, all I am asking is how to make a space between a border and the padding In this instance there's only margin, border, padding on an element. Nothing in between really. http://www.w3.org/TR/REC-CSS2/box.html To adjust further you'd need to

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Rob Emenecker
I have tried almost everything, I just would like a space between the border and the padding so they don't touch. That won't happen with a simple padding and border construct. You would need to wrap your element in a DIV to achieve a nested double border, or border with gap between the

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Christopher
You see the box with the white border, at the top and bottom I would like a space between the dark blue box and the top and bottom white borders. http://www.walkfar.ca/productionsite9.html David Laakso wrote: Christopher wrote: David Laakso wrote: Christopher wrote:

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Christopher
You see the box with the white border, at the top and bottom I would like a space between the dark blue box and the top and bottom white borders. http://www.walkfar.ca/test/productionsite9.html http://www.walkfar.ca/productionsite9.html David Laakso wrote: Christopher wrote: David Laakso

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Bill Brown
Christopher wrote: I have tried almost everything, I just would like a space between the border and the padding so they don't touch. Hi Christopher, First off, please bottom post. It's very important to people who receive the digests of these emails that responses are placed below the

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Holly Bergevin
From: Christopher [EMAIL PROTECTED] I have tried almost everything, I just would like a space between the border and the padding so they don't touch. Sigh. I see you forgot how to bottom post. Christopher. In the scheme of building boxes with CSS, the border and the padding ARE right next to

Re: [css-d] Space between Border and Padding

2008-07-22 Thread Christopher
Thank You everyone that does the trick, I get the space now :) Adam Ducker wrote: Christopher wrote: I decided to change some things, all I am asking is how to make a space between a border and the padding In this instance there's only margin, border, padding on an element.