My questions is titled WordPress Image Border, but please don't think I am am inquiring about how to add a pixel border etc. to a image on a WordPress site. Instead, what I am looking to accomplish is a image border (as in, an image file not a pixel border) around my WordPress site on all pages. I will make the border in 4 parts on Photoshop (top,bottom,left,right) and then hopefully stick them together through CSS and have it throughout the whole site.

So, where do I start?

Thanks very much, believe me when I say I have asked almost everywhere on the internet...

P.S Below is a link to a picture of the current site style and the image border I would like to have, just to make sure things are clear!

http://i151.photobucket.com/albums/s146/Deamie/borderprototype.png

link|improve this question
Don't forget to accept my answer if it did in fact help you ;) – Stephan Muller Mar 17 '11 at 13:10
feedback

1 Answer

You can use CSS3 to use an image as a border: http://www.css3.info/preview/border-image/

It's not widely supported though, so you'll need a single-color fallback, but if you play around with the border-styles inset, outset or ridge you should be able to at least re-create the effect in a very basic form for browsers that don't support border images yet :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.