[thelist] Jumping In With Both Feet

Paul Backhouse paul.backhouse at 2cs.com
Tue Dec 11 07:38:05 CST 2001


that a debateable comment - odler browsers - why are people still using
them?

a: maybe there are developers?
b: maybe they don't know how to upgrade - are unsure?

its a circle and a problem im sure alot of people have had to tackle.


-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Mark Howells
Sent: 11 December 2001 13:29
To: thelist at lists.evolt.org
Subject: Re: [thelist] Jumping In With Both Feet


The best way to take users of older browsers into account when designing a
site (and it's functionality) is to identify them and provide a suitable
version of the site. For example, you could use the "dual style sheet
method" to take care of CSS issues;

<link rel="stylesheet" type="text/css" href="basic.css">
<style type="text/css" media="screen">
@import "advanced.css";
</style>

By calling the advanced style sheet using the @import command, browsers that
don't understand this command (NS4.x etc) won't see it. You can make basic
CSS definitions in the basic.css file (which 99.99% of browsers currently in
use will understand), and then redefine them in advanced.css for
standards-compliant browsers (http://www.webstandards.org/upgrade/).

Javascript issues can be handled by using common element objects; sample
code is at http://www.mark.ac/help/jsObjects.html. (The background grid is
at 100px, for those interested in CSS positioning anomalies.)

Regards
Mark Howells
Working in a Winter Wonderland
http://www.mark.ac

> Von: "Paul Backhouse" <paul.backhouse at 2cs.com>
> Antworten an: thelist at lists.evolt.org
> Datum: Tue, 11 Dec 2001 11:05:09 -0000
> An: <thelist at lists.evolt.org>
> Betreff: RE: [thelist] Jumping In With Both Feet
>
> You have to decide what you are aiming at - it could market practice -
what
> the point of making a website work in NS 3 (for example) when only 0.02%
are
> viewing sites in it?


--
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list