printing div content with css applied

后端 未结 8 892
北海茫月
北海茫月 2020-12-28 17:13

I am working on a project and I want to print div content.The code which I am using is fulfilling my requirements,but I am getting simple output without Css applied to it an

8条回答
  •  [愿得一人]
    2020-12-28 17:24

    If you are using image as background image of site you will definitely not get it, while printing browser disables all background images.

    Try to use img tags instead. Also make sure in your browser disable images option is not checked.

提交回复
热议问题