|
Posted by Jonathan N. Little on 08/30/07 17:12
Juerg Beck wrote:
> Hi all
>
> My page http://www.bcbaden.ch prints only the first page when viewed
> with FireFox, Mozilla and Netscape 8.1, while IE 6 and other browsers
> (Safari, Opera) print them all, although totally differently
> formatted.
> Also none of the browser uses my page formatting instructions in CSS
> (A4 landscape).
> - Which formatting instructions are handled by which browser ?
> - What brings FF to see only 1 page for my site. It doesn't do that
> for other pages. What did I do wrong ?
> Thanks for all advices
'Due to negative margin values (either on the page box or on elements)
or absolute positioning content may end up outside the page box, but
this content may be "cut" — by the user agent, the printer, or
ultimately, the paper cutter.'
from: http://www.w3.org/TR/CSS21/page.html#x3
Also...
@page { size:landscape; size:29.7cm 21.0cm; ...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
What is this? CSS3 don't expect many browsers to support this yet. We
cannot even get MS to cooperate and support CSS2.1 with their *new* browser!
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|