日期:2013-05-10  浏览次数:20854 次

  1. .cast a:link  
  2. {  
  3.  text-decoration:none;  
  4.  color:#333333;  
  5. }  
  6. .cast a:visited {  
  7.  color: #333333;  
  8.  text-decoration: none;  
  9. }  
  10. .cast a:hover {  
  11.  color: #b97a4f;  
  12.  text-decoration: none;  
  13.  background:url(/images/slide.gif) repeat-x;  
  14. }  
  15. .cast a:active {  
  16.  color: #b97a4f;  
  17.  text-decoration: none;  
  18.  background:url(/images/slide.gif) repeat-x;  
  19. }