Hi everyone,

I've been trying to add image to main border, but so far dont know how it realy works.
I found a website where is explaned how to do it.

http://www.css3.info/preview/border-image/

but here they talk about css3, can we use it whith zen cart?

What i did is:

#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 950px;
vertical-align: top;
border-image: url(..includes/templates/wxt/images/border.png);
}

but it does not work.

Does anyone know how to add image to border?
With google and on forum i get "image border" results when i use search.

Tnx in advance
Rapro