同一个a标签的css a和a-hover应该选择器相同
*/ -->
同一个a标签的css a和a-hover应该选择器相同
1 正例:
.nav-bx-1 ul a { background-color:#00CC66; width:20px; color:#FF0000 }
* change the color when mouse moved on the links * .nav-bx-1 ul a:hover { color: #FF00FF; background-color: #000000; }
1.1 反例:
.nav-bx-1 ul a { background-color:#00CC66; width:20px; color:#FF0000 }
* change the color when mouse moved on the links * .a:hover { color: #FF00FF; background-color: #000000; }
Date: 2011-06-28 11:30:30
HTML generated by org-mode 6.33x in emacs 23