UPD1. I have two printers:
- a printer, thar prints stickers (EAN13 barcodes)
44mmx23mm - a default LaserJet printer (size A4)
I have two web-pages.
First page have a DIV with dimensions 44mm x 23mm setted in css:
@page {
size: 40mm 23mm;
overflow: hidden;
}
If I click in browser Print Preview I'd like to see only one page with exact width and height (44mm x 23 mm)
Second page have a DIV that have lot of data. It have to be restricted by width to A4 width, but may have multiple pages. If I click in browser Print Preview I wanna see A4-sized preview.
What browsers support this? Firefox 7 and Chrome 16.0.912 doesnt.
Is it possible to print exactly what I want with exactly size I want in HTML5/CSS/etc...
19pages? and why they are blank. I need only one page with exact width and height. – Lari13 Nov 2 '11 at 10:13screenother css, forprintanother – Lari13 Nov 2 '11 at 10:23