Zanezeroqwe
11-15-2013, 04:06 AM
I have this css:
.border {
border-top: 0px solid #7F7F7F;
border-left: 1px solid #7F7F7F;
border-right: 1px solid #7F7F7F;
border-bottom: 1px solid #7F7F7F;
}
But I want to have pictures for my border (something like this for the left border: 5277)
How might I do this?
.border {
border-top: 0px solid #7F7F7F;
border-left: 1px solid #7F7F7F;
border-right: 1px solid #7F7F7F;
border-bottom: 1px solid #7F7F7F;
}
But I want to have pictures for my border (something like this for the left border: 5277)
How might I do this?