How do I get rid of white spaces between spans without manipulating the HTML?

前端 未结 4 2018
隐瞒了意图╮
隐瞒了意图╮ 2020-12-19 16:04

This is my code for a drop down menu. I pulled the code from a tutorial that produced this: http://www.webdesigndev.com/wp-content/uploads/2009/07/fancydropdown.html

4条回答
  •  情歌与酒
    2020-12-19 16:28

    From this style:

    #menu ul li a:hover span {
        background: url("images/topselectionright.png") repeat scroll right top transparent;
    }
    

    remove

    right top
    

提交回复
热议问题