Code Snippets

Short code examples using css - setting background.

  1. Setting the BackGround Image

    The CSS code sets a background Image.

        background-image: url(../Images/ssleaf.gif);
        background-position: left;
        background-repeat: no-repeat;