Thanks guys, but, though it seems supported by MSIE 5.5+, @page is not
working for me in MSIE 6 ! And I need it ...
Does anyone can copy/paste the piece of HTML code and see if it has
any effect in the print preview w/ MSIE 6?
Thanks !!!
(10 cm is just for testing purpose).
Steve Pugh <steve@pugh.net> wrote in message news:<gvionvc487acvb6bfd6ku1l3p67bc31v9u@4ax.com>. ..[color=blue]
> Stan Brown <the_stan_brown@fastmail.fm> wrote:
>[color=green]
> >In article <3f389a5.0310020716.3e2fd42@posting.google.com> in
> >comp.infosystems.
www.authoring.stylesheets, Buzzy
> ><buzzy_buz@hotmail.com> wrote:
> >[color=darkred]
> >>but it has no effect in the print preview for IE 5.5, 6 an NS7 !
> >>However, something like :
> >> @media print { BODY {font-size: 25pt} }
> >>works fine.
> >>
> >>Could anyone tell me what's wrong ? Thanks !![/color]
> >
> >I thought the explanation was "old browsers", but maybe not.
> >
> >
http://www.blooberry.com/indexdot/cs...key/syntax.htm
> >indicates that MSIE 5.5 and up and NN 4.0 and up support @page.[/color]
>
> IE5.5. and Opera 4 and up. No support is indicated for NN.
>[color=green]
> >Then I looked again at your @page:[color=darkred]
> >> @page { margin:10cm }[/color]
> >Try as I might, I don't see a selector there. _What_ is supposed to
> >have margins of 10cm all around?[/color]
>
> The page. @page rules don't need any other selectors, without any they
> apply to all the printed pages.
>
> Steve[/color]