1. 코드
area 에
style="outline: none;"
를 추가하면 된다.
1
2
3
4
|
<img src="1.jpg" title="1.jpg" usemap="#map01">
<map name="map01">
<area shape="rect" coords="223,945,553,1004" alt="" href="https://" style="outline: none;">
</map>
|
cs |
* 참조 :
stackoverflow.com/questions/4821724/removing-outline-on-image-map-area
'개발' 카테고리의 다른 글
jsp | Uncaught RangeError: Maximum call stack size exceeded (0) | 2021.03.09 |
---|---|
MySQL | Error Parsing DDL | There was an error while parsing the DDL retrieved from the server (0) | 2021.02.02 |
한국방송통신대학교 | 컴퓨터과학과 졸업논문 - 정광식 교수님 (0) | 2020.12.11 |
mysql | table status 조회, auto_increment (0) | 2020.11.05 |
mysql | unix_timestamp null 오류 (0) | 2020.10.21 |