我試圖褪色在border-bottom
,我似乎無法完成它的工作。這是我已經嘗試過的:Trasition border-bottom?
#navBar a:hover {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
border-bottom: 1px solid #fff;
}
它只是繼續出現沒有過渡。我究竟做錯了什麼?
適用於我(請參閱http://jsfiddle.net/j6KLu/)使用FF。 – dirkk