问答详情
源自:3-2 编程练习

hover li时左边为什么会有个很粗的边框线

hover li时左边为什么会有个很粗的边框线,怎么去掉

提问者:biny88 2015-08-18 12:27

个回答

  • island8
    2015-08-18 12:50:49
    已采纳

            .topmenu .lihover /*鼠标移动到上面时,应用的样式*/

            {

                border: 1px solid #DDD;

                border-right: 0;

                box-shadow: 0 0 8px #DDD;

                -moz-box-shadow: 0 0 8px #DDD;

                -webkit-box-shadow: 0 0 8px #DDD;

                background: none;

                height:30px;

                border-left:4px solid #e4393c;

                

                

            }