asp.net无法加载css3派

时间:2013-02-18 07:44:57

标签: javascript asp.net css css3 css3pie

我尝试了一切可能的方式来提供PIE.js的路径,我使用的是asp.net,同样用于java + tomcat。我试着像这样给予

1)的文件: 的 CSS / home.css 下, 的 CSS /馅饼/ PIE.js

在home.css中的行为:url('pie / PIE.js');

不工作

2)文件: 的 CSS / home.css 下, 的 CSS / PIE.js

home.css行为中的

:url('PIE.js');

仍然无法正常工作

有人请帮助。

由于

2 个答案:

答案 0 :(得分:0)

不应该在css中PIE.htc或在你的HTML中包含PIE.js吗?了解有关使用PIE here

的更多信息

答案 1 :(得分:0)

您将htc文件添加到行为

示例:

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  behavior:url("/Library/CSS3PIE/PIE.htc");
}