你好,我想使用它的ID來改變我的我的網頁上按鈕的懸停背景顏色,我已經使用id使用CSS ID
#optinforms-form5-button:hover{
background-color: white;
color: black; /* SET COLOR IN BLACK */
}
我也嘗試嘗試這
input[type="submit"]:hover {
background-color: white;
color: black;
}
,但似乎沒有任何工作,這是按鈕的屏幕截圖和鏈接頁面,這個按鈕是
在本頁面`http://theclosingcode.com/home/
請別人help`
檢查選擇器是正確的,也嘗試添加!重要 –