css利用標記a做鼠標移動特效背景
編輯:CSS詳解  
- .cast a:link
- {
- text-decoration:none;
- color:#333333;
- }
- .cast a:visited {
- color: #333333;
- text-decoration: none;
- }
- .cast a:hover {
- color: #b97a4f;
- text-decoration: none;
- background:url(/images/slide.gif) repeat-x;
- }
- .cast a:active {
- color: #b97a4f;
- text-decoration: none;
- background:url(/images/slide.gif) repeat-x;
- }