私のウェブサイトに問題があります
<a href="#" class="button">read more</a></div>
このコードは、丸みを帯びた青いボタンを表示します。
それがどのように見えるかの写真:http://i.stack.imgur.com/NQR5r.png
理由がわからないようです。Web サイトのページ (たとえば、 contact.html about.html ) を個々のフォルダーに移動し、それらすべてに index.html という名前を付けたので、URL が読み込まれたときに www.websitename.com/contact.html が表示されず、www.websitename が表示されるようになりました。 com/contact. しかし、それ以来、以下の問題が発生しています。他のすべてのものは問題なくロードされます。この特定のボタンだけです。
これは、ボタンの背後にある 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;
}
あなたの助けをいただければ幸いです。ありがとう