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 wrap one element in another element and apply borders, padding, margin accordingly... -Adam Ducker (http://adamducker.com) ______________________________________________________________________ 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/
