為什么我的不能實現(xiàn)伸縮呢?(新聞菜單)
<style>
????*{margin:0;padding:0;text-decoration:none;}
????ul{list-style:none;border-bottom:2px red solid;height:50px;}
????.first{width:500px;margin:0 auto;}
????li{float:left;margin-left:2px;margin-top:30px;}
????a{background:#ccc;}
????.on,a:hover{color:white;background:red;height:50px;}
???</style>
我這個怎么不能實現(xiàn)伸縮呢?請大神們幫忙看看
2018-07-22
伸縮效果是靠js代碼實現(xiàn)的