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

Use of PIE.htc_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:53:39955browse

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);
}
HTML:
<div class="pie_radius"></div>
 
 
下载下来时会有5个文件,一般只用PIE.htc就可以,
样式表中引入的PIE.htc是相对于项目的根目录而言的,不是样式表的相对路径

Statement:
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