0

我的网站有问题

<a href="#" class="button">read more</a></div>

此代码显示一个圆形蓝色按钮:

它的样子图片:http: //i.stack.imgur.com/NQR5r.png

我似乎无法弄清楚为什么。我将我的网站页面(例如contact.html about.html)移动到各个文件夹并将它们全部命名为index.html,因此当URL加载时它不显示www.websitename.com/contact.html,它现在显示www.websitename。 com/联系方式。但从那以后,以下问题正在发生。其他一切都很好,其他一切都很好,只是这个特定的按钮。

这是按钮后面的 CSS:

.text .button {
    display:inline-block;
    font-size:30px;
    font-weight:700;
    color:#fff;
    line-height:53px;
    padding:0 37px;
    background:url(../images/button_bg.gif) top repeat-x #308da2;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    behavior:url(../js/PIE.htc);
    position:relative;
    text-decoration:none;
}

您的帮助将不胜感激。谢谢

4

1 回答 1

0

请插入演示或 jsfiddle.net 链接,这样我们就可以访问您的资源。但是你有没有插入这个代码?

<meta http-equiv="X-UA-Compatible" content="IE=edge"> 
于 2013-10-02T13:48:00.167 回答