The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross Browser Border Images

shutterstock_234378844
BLOG / Web Development

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.