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 original message. This is an important matter, especially for frequent posters to the list. To answer your question, you can't add padding between padding and borders. The Box Model doesn't work that way. Working from the outside in, the flow goes like this: margin->border->padding->content. If you're referring to a background image or color, it will cover the content and padding portions of the box, stopping at the border. Many of us on this list receive a great deal of email throughout the course of the day. It's much more helpful if you can provide a more complete description of each problem as well as a link to a page demonstrating the problem. It becomes very difficult for us to assist when questions are unclear and do not include a link to an example. We're happy to help, truly, even if only to validate our own sense of worth, but we need a little help from you, too. ;) Good luck. Bill -- /** * Bill Brown * TheHolierGrail.com & MacNimble.com * From dot concept...to dot com...since 1999. ***********************************************/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
