2011-12-22 23:35:10 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en-US">
|
|
|
|
<head>
|
2012-05-31 05:19:49 +00:00
|
|
|
<title>test of border-image with border-bottom: none</title>
|
2011-12-22 23:35:10 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
|
|
<style type="text/css">
|
|
|
|
|
|
|
|
div {
|
|
|
|
border-width: 7px;
|
|
|
|
border-style: solid;
|
|
|
|
border-bottom: none;
|
2012-05-31 05:19:49 +00:00
|
|
|
border-image: url('3x3multicolor.png') 1 1 1 1 / 1;
|
2011-12-22 23:35:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div style="width: 100px; height: 5px"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|