Cross Browser Border Images

Cross Browser Border Images
Border images is the method of using images for borders.
Browser Support
Border images is already supported by all major browser so it should be really easy to get it working cross browser.
Code Example
You can use Border images like this:
#test {
background-image: url(flower.png), url(ball.png), url(grass.png);
}
More Information
More information can be found here.