* Joshua Slive wrote:
> It would probably be a good idea to provide an alternate stylesheet
> for printing, although I don't know how that will interact with the
> media="all" designator that we are using to prevent Netscape 4 from
> reading the stylesheet.
yep. I'm currently working on some "pretty printing" CSS.
<link ... media="print" /> ;-)
NN4 always uses *only* media="screen" (or no media attribute).
nd
--
my @japh = (sub{q~Just~},sub{q~Another~},sub{q~Perl~},sub{q~Hacker~});
my $japh = q[sub japh { }]; print join #########################
[ $japh =~ /{(.)}/] -> [0] => map $_ -> () # André Malo #
=> @japh; # http://www.perlig.de/ #
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org
|