CSS: Why “vertical-align: middle” does not work?

前端 未结 8 1316
无人及你
无人及你 2021-02-13 06:24

Consider the following example: (live demo here)

HTML:



        
8条回答
  •  耶瑟儿~
    2021-02-13 06:44

    Try using a background image on an :

        
    a {display:block;background:#000;line-height:40px;background:#000 url(http://img.brothersoft.com/icon/softimage/s/smiley.s_challenge-131939.jpeg) no-repeat left center;text-indent:-999px}
    

提交回复
热议问题