How remove border around image in css?

后端 未结 14 2505
后悔当初
后悔当初 2020-11-29 09:46

I try to display a span when the cursor of the mouse is on a help icon.

It works, but nevertheless, I don\'t manage to remove the border around the icon.

My

14条回答
  •  时光取名叫无心
    2020-11-29 10:43

    Thank for the answers,

    The border is removed for Internet Explorer, but this there for Firefox.

    So, I added this class to the img:

    .clearBorder{border:none;}
    

    And it worked!

提交回复
热议问题