ページが機能していて、ページを更新してクラッシュを確認する必要がある場合があります。
ここでライブサンプルを見ることができます: http://rcnhca.org.uk/sites/first_steps/account/ (ie7 は問題なく動作します。私は ie6 をサポートしていません)
次の値で送信ボタンのスタイルを設定しようとしています:
a.button, input.button {
border: 2px solid #3A90A7;
border-radius: 5px 5px 5px 5px;
color: #202D32;
display: block;
float: left;
height: 2.6em;
line-height: 2.6em;
margin: 0.667em 0.333em;
padding: 0 1em;
position: relative;
text-decoration: none;
}
a.button:hover, input.button:hover{
border: #202d32 solid 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF inset;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF inset;
}
input[type=submit] {
behavior: url(http://rcnhca.org.uk/sites/first_steps/PIE.htc);
position: relative;
-pie-poll:true;
}
a.button:hover, input.button:hover{
-pie-box-shadow: none;
}
.button {
-pie-background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
}
.button.active {
-pie-background: linear-gradient(top, #b7b7b7 0%,#b7b7b7 8%,#e5e5e5 8%,#ffffff 100%);
}
最後に、すべての栄光の送信ボタン:
<input id="submitbtn" class="button omega" type="submit" value="Create your account" name="submit">
このクラッシュの原因を知っている人はいますか? スクリプトが原因でページの実行が遅くなっていること以外の情報は得られません。