Forum How do I...?

css 3 @page properties page-margin boxes are not shown in IE8 using print preview

osprofi
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:
@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

mikeday
I don't think IE8 supports CSS3 paged media.
osprofi
Hello mikeday
yes, it seems so
thanks for the hint, peter