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

前端 未结 4 2012
隐瞒了意图╮
隐瞒了意图╮ 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:36

    If I understand you correctly, maybe ul { font-size:0 } would help?

提交回复
热议问题