<Original message>
From: Chris Lambert <[EMAIL PROTECTED]>
Date: Tue, Sep 18, 2001 at 08:52:46AM -0000
Message-ID: <[EMAIL PROTECTED]>
Subject: Re: [PHP] Print current page with no printer dialog box -  How ?

> However, using CSS to insert page breaks causes no problem at all in older 
> browsers.  HTML (and related technologies) have been designed so that newer 
> features do not cause problems on older clients.  Of course not everyone 
> will use the newer features in such a way but that does not mean that they 
> cannot be used correctly.  In theory a document written in XHTML should 
> display (to some extent) on a text only browser which only supports HTML 1.

</Original message>

<Reply>

FYI; pagebreaks are added CSS2. Not available in CSS1, so not
compatible with older versions of browsers (opposite to what you
say).

Btw; another example of non-compatibility:
        background-color
Try using that in eg older versions of IE. It's just ignored. Eg.
IE3 uses bgcolor io background-color.

The browsers have been made backwards-compatible (mostly anyway),
and not forwards-compatible (like you say). Pages made for the older
browsers still work (usualy... not always) on the newer browsers.
But pages made for newer browsers hardly ever work fine on older
browsers.

</Reply>

-- 

* R&zE:


-- »»»»»»»»»»»»»»»»»»»»»»»»
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
-- Netherlands
--
-- http://www.datalink.nl
-- ««««««««««««««««««««««««

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to