은 여기에 질문이 코드는 약설명해주십시오 : content : '';
.store {
display: block;
position: relative;
}
.store:before, .store:after {
display: block;
position:absolute;
content:'';
}
.store:before {
background: url(store-before.png);
height: 23px;
width: 54px;
top:-3px;
left:-3px;
}
.store:after {
background: url(store-after.png);
height: 20px;
width: 41px;
bottom:-3px;
right:-3px;
}
내가 눈치 그 "내용"두 아포스트로피, 이전 및 이미지가 표시되지 않습니다 이후 외에 아무것도 때. 누군가는 두 개의 어포 스트로피의 의미를 설명 할 수 있습니까? 감사.
가능한 중복
이에서를 발생합니다 : 당신이 다음과 같이 요소에 내용을 반복 넣어 사용할 수 있습니다 적 방법
: //stackoverflow.com/questions/18530671/css-before-and-after-pseudo-elements-content-property – Nitesh
빈 공간을 채우기 위해 빈 문자열입니다 –
** 빈 문자열 **이 없으면 의사 스타일이 작동하지 않습니다. – Praveen