Blocks border help

Permalink
Good day - new bie
I am trying to add a picture to blocks border - side bar
Please view attachment
My code - what am I doing wrong -
I get the solid border but not the image?
[/#sidebar {
float: right;
width: 208px;
padding-top: 0px;
border: solid;
border-width: 10px 10px 10px 10px ;
border-image: url("images/border/drop.bmp") 5;
}]

1 Attachment

 
okhayat replied on at Permalink Reply
okhayat
Many things could be the reason.
1. border-image is a CSS3 property which might not be yet supported
2. convert your image from .bmp to .jpg/.gif/.png
3. use an absolute url, without " or '
4. use border-style: solid instead of just border.

I'd suggest you use a background image instead.
jvdev replied on at Permalink Reply
Tryed it - not working -
Is thier another way to do this, want left,top,right and bottom border picture?
Thanks
jvdev replied on at Permalink Reply
I have done the following in the design option,I have entered the following for css - still no luck
background-image: url(images/back.gif);
okhayat replied on at Permalink Reply 2 Attachments
okhayat
Here is a quick example, attached.
jvdev replied on at Permalink Reply
Salaams
Thank you I will have a look.
Thank you