/ Published in: jQuery
Example:
Add the following ccs '@media print { body { font-size: 12pt } }' to the document.
Add the following ccs '@media print { body { font-size: 12pt } }' to the document.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('<style media="print"> body {font-size: 12pt} </ style>').appendTo('head');
URL: http://groups.google.com/group/jquery-en/browse_thread/thread/27033d6f140a1ee