Sunday 15 January 2012

jquery - Invoice footer is not printing on bottom -



jquery - Invoice footer is not printing on bottom -

i trying print invoice using default window.print()

problem: invoice printing fine footer not printing on bottom of printed page same original invoice.

i want: footer should come @ bottom in every status on first or lastly page(in case of long invoice)

if invoice lengthy footer should come on lastly page bottom.

js fiddle:

http://jsfiddle.net/bsjmq1pp/

i using twitter bootstrap layout

invoiced sample code https://github.com/sitepointweb/bootstrap-invoice/blob/master/sample-invoice.html

try this

@media print { .invoicefooter { position: fixed; bottom: 0; } } edit #

just found so question, print header , footer on every page

jquery html html5 css3 twitter-bootstrap

No comments:

Post a Comment