검색결과 리스트
Outline에 해당되는 글 1건
- 2013.12.21 크롬에서 홈페이지의 버튼이나 입력박스에 노란색 테두리 제거
글
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
크롬 브라우저로 홈페이지를 열어 버튼이나 입력박스를 선택하면 노란색 테두리가 표시된다.
이를 제거하기 위해서는 아래와 같이 작업하면 된다.
button {
outline:none;
}
input {
outline:none;
}
Property | Description | Values | CSS |
Sets all the outline properties in one declaration | outline-color outline-style outline-width inherit | 2 | |
Sets the color of an outline | color_name hex_number rgb_number invert inherit | 2 | |
Sets the style of an outline | none dotted dashed solid double groove ridge inset outset inherit | 2 | |
Sets the width of an outline | thin medium thick length inherit | 2 |
'-- CSS' 카테고리의 다른 글
CSS clear property (0) | 2014.07.05 |
---|---|
레이어의 넓이보다 레이어 밖으로 텍스트가 넘어갈 때 (0) | 2013.12.23 |
테이블 상단, 하단, 왼쪽, 오른쪽 border 제어 (0) | 2013.12.21 |
useful color collection (0) | 2012.11.07 |
small-caps, first-letter, first-line (0) | 2012.09.03 |
RECENT COMMENT