是我的代碼在懸停我想我刷新頁面
<input type="button" class="refresh" value="refresh">
<style>
.refresh {
-moz-border-radius: 5px 5px 5px 5px;
background: none repeat scroll 0 0 green;
border: medium none navy;
padding: 5px 15px;
cursor:pointer; } .refresh:hover{background: none repeat scroll 0 0 red;} </style>
我想通過CSS刷新懸停我的網頁。這可能嗎?
我喜歡這個解決方案相比,jQuery的解決方案,因爲它是一個非常簡單的任務,其中沒有真正需要的庫... – Uooo