Home >Web Front-end >HTML Tutorial >[Emergency help] After the large picture obtains the small picture through coordinates, how to remove the border on the small picture? _html/css_WEB-ITnose

[Emergency help] After the large picture obtains the small picture through coordinates, how to remove the border on the small picture? _html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:18:501127browse

css html border class

There is a problem that has been bothering me for an hour. Please help me, experts.
There is such a big picture. I need to get the small icon from the big picture, and get it through the coordinates:


.icon_11{background: url("Icons.gif") -47px -25px; width:32px;height: 32px; border: 0px;cursor: pointer;}


      test.html            	  


The final effect of executing HTML is as follows:


How to remove the borders on the picture?
border: none;border: 0 0 0 0;margin: 0 0 0 0;margin: none;

I have tried them all, whether it is global or local settings. It doesn't work, there is still a border.
Thank you very much for the expert's guidance.

Reply to discussion (solution)

dd01d0c88f45a54ce7e8f11ed831d66616b28748ea4df4d9c2150843fecfba68

3c5f49a87752002a784828cb7d1bd9e216b28748ea4df4d9c2150843fecfba68

It’s awesome, changing DIV is no problem, how can I use IMG. Thank you master. Knotting

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn