프로그래밍/HTML+CSS

chrome 업데이트 후 table print bug css trick

p-a-r-k 2016. 11. 8. 12:59
반응형
chrome update 후 최신버전 54.0.2840.71 에서 인쇄시 table cell 글자가넘어감
미디어쿼리로 줌크기 조정


@media print {
	 body {
		  zoom: .7
	 }
}


반응형

'프로그래밍 > HTML+CSS' 카테고리의 다른 글

css img hover scale effect  (0) 2017.02.15
css3 button push effect  (0) 2016.12.13
html5 canvas 이미지&글자  (0) 2016.09.09
html5 canvas draw & filltext & imageurl  (0) 2016.08.23
css 버튼 뾰족 효과  (1) 2016.08.18