CSS- target text links with bottom border on hover, but image links with no border

前端 未结 9 844
离开以前
离开以前 2021-02-08 11:54

I\'d like to be able to target text links in CSS with border-bottom on hover, but have all links that are images not have a border on hover. So:



        
9条回答
  •  猫巷女王i
    2021-02-08 12:35

    The easy way is to use

    :hover (text-decoration: underline}
    

    Also see

    text-underline-position  
    

    http://dev.w3.org/csswg/css3-text/#text-underline-position0

提交回复
热议问题