pdf로 저장할 때 크롬, 엣지에서는 table border 가 제대로 보이는데 ie에서만 나오지 않아 구글링을 한 결과 

 

<style type="text/css">
.border1 {	
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: black;
 }
 </style>

이렇게 하니 안보인다.

 

그래서 border-width 를 2px로 지정하니 보인다.

 

선이 좀 두껍게 나와도 ie에서 쓸려면 어쩔수 없다. ㅠ.ㅠ

winWidth = $(window).width();
winHeight = $(window).height();

 

+ Recent posts