creating spacing between an element and its border
问题 I'm trying to create a spacing between an element and its outermost border. (EDIT: he wants to do two borders between the element proper and the outside of the box-model box. This gives him the room of using the margin, border and padding to achieve his goal). So far my searches in Google and here produced no solution to this. I am trying to avoid using images to acheive this. 回答1: You want padding. Here's a link to a site that demonstrates "margin", "border", and "padding" for an element.