update 2009.05.07: IE7 之後開始支援 CSS 2.0,因此可以開始使用 hover 之前發表一篇用 jQuery 解決 IE 不支援 :hover css,今天在看 和多 寫的網站 Registrano html 原始碼,發現利用 CSS 也可以辦到啦,底下就是 Registrano css 原始碼: html 部份:
test1 | test2 |
CSS 原始碼:
table.auto tbody tr:hover td, table.auto tbody tr:hover th { background-color: #CBFF95; }
重點在於 tbody 這裡喔。
See also
- 基礎 JavaScript ES6 和 CSS cheat sheet PDF 下載
- 前端工程師必看: 十大 CSS 技巧
- jquery-serialize-object 不支援 IE7,8 瀏覽器?
- RequireJS 搭配 CKEditor
- CSS Clear Fix 小技巧
- Cross Site Request Forgery in JS Web Apps and CodeIgniter PHP Framework
- Twitter Bootstrap 發佈 3 RC1 版本
- CSS 垂直置中解法
- 測試 Web Responsive Design Tool
- [小技巧] JavaScript Cross Browser Best Practices