【发布时间】:2014-10-02 10:27:52
【问题描述】:
我阅读了大量类似的问题并测试了所有解决方案,但没有一个有效...
这是我的 CSS:
.button
{
background-image:url(../Immagini/pulsante.jpg) !important;
background-color:#004878;
padding:0.4em 1em;
text-decoration:none !important;
border-radius:5px 5px 5px 5px;
border:1px solid #C5DBEC;
font-weight:bold;
cursor:pointer;
margin-right:0.1em;
overflow:visible;
position:relative;
text-align:center;
display:inline-block;
behavior: url(../Scripts/css3Pie/PIE.php);
}
我在文件中添加了一个简单的警报(即使在 htc 中),它会显示以便加载文件。
如你所见,我使用 php 版本来避免服务器问题,但没有任何改变
我什至尝试在 css 中删除 !important,但它仍然没有工作
我想念什么?
编辑
这是我的文件夹结构:
ROOT
-->Defalut.aspx
-->Pages
-->Page.aspx
-->Scripts
-->cs3Pie
-->PIE.php
-->all other css3Pie...
-->Css
-->Style.css
【问题讨论】:
标签: css rounded-corners css3pie