Home > Web Front-end > HTML Tutorial > css3 border-image_html/css_WEB-ITnose

css3 border-image_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:15:31
Original
1062 people have browsed it


这是一个截图,我想做做种样式的div.

最终效果

下面开始:

首先打开windows 画图板,手绘一个图形bg.jpg,歪歪扭扭就ok了:


     <style type="text/css">    div {        -moz-border-image: url(border.png) 30 30 stretch;        /* Old Firefox */                -webkit-border-image: url(bg.jpg) 10 10 stretch;        /* Safari and Chrome */                -o-border-image: url(bg.png) 20 30 stretch;        /* Opera */                border-image: url(bg.jpg) 10 10 stretch;    }    </style>
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template