我試圖找到一種方法來顯示特定時間的懸停並停止它。 我想顯示背景1秒,然後隱藏它,即使鼠標仍然打開。 我的喜好是在CSS或JavaScript,但我想保持jQuery的我的代碼。我的當前代碼是JSFiddle。在特定時間段後停止懸停CSS或Pure JS
#social {
min-width: 350px;
font-size: 11pt;
text-align: center;
width: 60%;
margin: auto;
word-spacing: 25pt;
}
#social a {
padding: 4px 9px 4px 9px;
color: #999999;
text-decoration: none;
}
#social a:hover {
color: transparent;
background: red;
}
這是完美的,感謝您的幫助! –
@Leshautsdurant很高興幫助 – sol