I'm getting crazy in tryin to put a border image on a content DIV. I thought it was enough to put border-image: url("images/frame.jpg"); as below #content { background-color : white; height : auto; width : auto; font-family : verdana; font-size : small; padding : 5px; border-image: url("images/frame.jpg"); } What is wrong? Thanks in advance for yr help.
Yes that seems right, but remember this property has only just included in CSS3, and not all browsers support CSS3, in fact I don't know enough to say what browsers support it, I think Firefox 3 maybe. EDIT: Just found this link, which outlines which CSS3 browser properties are supported in which browsers As you can see it's probably best to stick to CSS2 properties for the next year or two
border-image works in Firefox3.1, Chrome, Safari4.0+. Not sure when Opera will get it. IE8 will not support it so you'll have to wait for IE9 at least.
closer to eight years I'd say. Remember, CSS 2 was effectively undeployable until about four years ago... is STILL not fully implemented despite being 'final' for over a decade now... CSS3 isn't even out of draft - so eight years to a decade before it's of any use in a deployable website.
Wow, I guess there's no real point in me learning about CSS3 then, for however many years anyway! I suppose that's good in a way!