Hello Prince Users
How it is possible to verify the print preview of css3 @page properties page-margin boxes are in IE8 ?
Are they supported in IE8 ?
Here is the code:
There is no page number when using print preview in IE8 ?
Can you give me a hint ?
Best Regards, Peter
How it is possible to verify the print preview of css3 @page properties page-margin boxes are in IE8 ?
Are they supported in IE8 ?
Here is the code:
@page blank :right {
size: A4 portrait;
margin-left: 26mm;
margin-right: 53mm;
margin-top: 29mm;
margin-bottom: 58mm;
@bottom-right-corner { content: counter(page); }
}
There is no page number when using print preview in IE8 ?
Can you give me a hint ?
Best Regards, Peter