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

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

QA

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

답변 1

본문

@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

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 1,271
© SIRSOFT
현재 페이지 제일 처음으로