Home > Web Front-end > HTML Tutorial > Use of PIE.htc_html/css_WEB-ITnose

Use of PIE.htc_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-24 11:53:39
Original
993 people have browsed it

File download: http://css3pie.com/download/

Use:

.pie_radius{    width:200px;    height:200px;    background-color:red;    -moz-border-radius:8px;    -webkit-border-radius:8px;    border-radius:8px;    position:relative;    behavior: url(PIE.htc);
Copy after login
}
Copy after login
HTML:
Copy after login
<div class="pie_radius"></div>
Copy after login
 
Copy after login
Copy after login
 
Copy after login
Copy after login
下载下来时会有5个文件,一般只用PIE.htc就可以,
Copy after login
样式表中引入的PIE.htc是相对于项目的根目录而言的,不是样式表的相对路径
Copy after login

Related labels:
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