make image as border

Discussion in 'HTML & Website Design' started by Relawda, Jun 28, 2009.

  1. #1
    hello

    how to make an image as border of div tag's
    thx :)
     
    Relawda, Jun 28, 2009 IP
  2. HivelocityDD

    HivelocityDD Peon

    Messages:
    179
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try using

    border-color:url(image.jpeg);

    in your div style.
     
    HivelocityDD, Jun 28, 2009 IP
  3. xira

    xira Active Member

    Messages:
    315
    Likes Received:
    8
    Best Answers:
    4
    Trophy Points:
    68
    #3
    I don't think you can do the recommended code.
    Didn't work on IE7.

    Most people just place a div inside another div, in which the first div has the background (or border picture) tiled, and the second div is a solid color.
     
    xira, Jun 29, 2009 IP