解决点击一次后 Hover效果失效的问题
#mainAccrdion table td:hover {
background-image: url(/Content/img/home_index_td_backgroud.bmp)!important;
}
!important 确定优先级。
NET新手,希望各位大侠多多指教。
#mainAccrdion table td:hover {
background-image: url(/Content/img/home_index_td_backgroud.bmp)!important;
}
!important 确定优先级。