<html>
<head>
<style type="text/css">
div
{
border-width:15px;
width:250px;
padding:10px 20px;
}
#round
{
border-image:url("/images/border.png") 30 30 round; /* Firefox */
border-image:url("/images/border.png") 30 30 round; /* Safari 和 Chrome */
border-image:url("/images/border.png") 30 30 round; /* Opera */
border-image:url("/images/border.png") 30 30 round;
}
#stretch
{
border-image:url("/images/border.png") 30 30 stretch; /* Firefox */