• What is the correct way of putting a background image in a border? I want to put a background image in place of the solid #fff in the following:

    border-left:180px solid #FFF; /* Sidebar left background color */
    border-right:180px solid #FFF; /* Siderab right background color */

    Is it img and then the url? I’ve tried a few things, but nothing works.

    Thanks for helping.

Viewing 15 replies - 1 through 15 (of 27 total)
Viewing 15 replies - 1 through 15 (of 27 total)
  • The topic ‘how do you specify an image in css instead of a color setting?’ is closed to new replies.