Return to Snippet

Revision: 13095
at April 8, 2009 13:15 by HubertGaulin


Initial Code
$('<style media="print"> body {font-size: 12pt} </
style>').appendTo('head');

Initial URL
http://groups.google.com/group/jquery-en/browse_thread/thread/27033d6f140a1ee

Initial Description
Example: 

Add the following ccs '@media print { body { font-size: 12pt } }' to the document.

Initial Title
Modify DOM elements of a print page with jQuery code using Firebug

Initial Tags
DOM

Initial Language
jQuery