請問: 最近發現了一件事,我的遊戲大概放置了一周以後遊戲就無法更新以及變更(?) 這是我從上禮拜發現到這件事。 舉個例子: 我的背景原設定為黑幕,然後我今天要更改背景為雪景的時候測試畫面卻無法改變,還是呈現黑幕的狀態。 我瘋狂按F5刷新瀏覽器還是無法變動。 以及我的劇本內容,明明有設定下個舞台: 可是測試的時候卻一直停滯在上個舞台的最後一幕上。 就連我其他遊戲也是這樣都無法做更新,只好刪除。 我在想是我的CSS語法的問題嗎? 在此附上我的設定CSS碼: <style> .option-btn , .nametag{ -moz-box-shadow:inset -2px 2px 0px 1px #d3e01d; -webkit-box-shadow:inset -2px 2px 0px 1px #d3e01d; box-shadow:inset -2px 2px 0px 1px #d3e01d; background-color:transparent; -webkit-border-top-left-radius:19px; -moz-border-radius-topleft:19px; border-top-left-radius:19px; -webkit-border-top-right-radius:0px; -moz-border-radius-topright:0px; border-top-right-radius:0px; -webkit-border-bottom-right-radius:19px; -moz-border-radius-bottomright:19px; border-bottom-right-radius:19px; -webkit-border-bottom-left-radius:19px; -moz-border-radius-bottomleft:19px; border-bottom-left-radius:19px; text-indent:0px; border:1px solid #ffffff; display:inline-block; color:#ffffff; font-family:Arial Black; font-size:15px; font-weight:bold; font-style:normal; height:43px; line-height:43px; width:64px; text-decoration:none; text-align:center; text-shadow:0px 0px 5px #875417; }.classname:active { position:relative; top:1px; }</style> /* This button was generated using CSSButtonGenerator.com */ div.container2{display:none;} .container{width:100%;padding-top:10px;margin-right:-50px;margin-left:50px;} ins.adsbygoogle{margin-top:100px;} div#music{margin-top:-660px;padding:10px;} .c1 center{display:none;} #control{padding-top:20px;} 還是什麼狀況呢? http://bassavg.com/game.php?id=55150912... 這是我的遊戲網址,因為我不知道到底哪裡出了問題... 所以就放上來了。
|