이전 목록 다음
채택완료

@midea print background color 색상이 인쇄되지 않습니다.

2017-07-25 (화) 18:27:11 4,377

@midea print background color 색상이 인쇄되지 않습니다.

보기와 같이 했는데 ie에선 색상이 출력되지 않습니다 이유가 뭘까요?

   @media print {
            /* insert your style declarations here */
            #l_number {
                background-color: #102749 !important;
                -webkit-print-color-adjust: exact;
            }
            #b_wrap { display:none; }
            #day p:nth-child(1) {
                background-color:#d2e3f3 !important;
                -webkit-print-color-adjust: exact;
            }

            #day p:nth-child(2) {
                background-color: #d2e3f3 !important;
                -webkit-print-color-adjust: exact;
            }
        }

|

답변 1개

채택된 답변
+20 포인트
2017-07-27 (목) 03:13:45

익스플로어 상단메뉴에서 파일 > 페이지설정에서 [배경색 및 이미지 인쇄]에 체크되어 있는지 확인해보세요.

답변을 작성하려면 로그인이 필요합니다.