How do I remove the gray border that surrounds background images?

前端 未结 13 1956
挽巷
挽巷 2020-12-09 01:09

I\'ve come across an interesting problem in the following line of code:

  

        
13条回答
  •  半阙折子戏
    2020-12-09 01:38

    if is happening only in Safari and not in other browsers try to reset the browser CSS using something like YUI CSS RESET

    The correct way it would be to separate the css from code and to have a CSS class for the image.

    whatever
    

    and in the css to define what className looks like. ,className {border:0;}

提交回复
热议问题