hover不能實現(xiàn)
<style type="text/css">
*{margin:0;padding:0;}
ul{list-style:none;width:300px}
a{display:block;font-size:40px;width:300px;height:50px;line-height:50px;color:#0CF;background:#666;text-decoration:none;text-indent:30px;}
a:hover{background:#F00;color:#FFF}
</style>
為是么代碼hover不能實現(xiàn)?????謝了
2016-11-16
background-position:0px -30px;