WARNING
Just like background-color,background-image is not inherited -- in fact,none of the background properties are inherited. Remember also thatwhen specifying the URL of a background image, it falls under theusual restrictions and caveats for url values: arelative URL should be interpreted with respect to the style sheet,but Navigator 4.x doesn't do this correctly, so absolute URLsmay be a better answer.
Sometimes,the values you're entering for margin get a little repetitive:You don't have to keep typing in pairs of numbers like this, though. Instead of the preceding markup, try this:
These two values are enough to take the place of four. But how?
CSS defines a few steps to accommodate fewer than four values for margin:
7.5.2. Single-Side Padding
You guessed it: there are properties that let you set thepaddingon a single side of the box, without affecting the other sides.
padding-top, padding-right, padding-bottom, padding-left
- Values