简体   繁体   中英

window.print on IE7

I am trying to print an HTML page on IE7 but it only prints 1 out of 3 pages. I prints fine on Firefox and IE8. Is there a bug on IE7?

Here is the code:

Click <a href="#" onclick="window.print();">here</a> to print this page.

This is a problem with IE7 only. If you clear all your floats before each DIV and inside your print.css make the position property as static for all the DIVs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM