TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Re[2]: HTML and CSS From:"Huber, Mike" <mrhuber -at- SOFTWARE -dot- ROCKWELL -dot- COM> Date:Mon, 1 Feb 1999 11:45:16 -0500
For those who want to play with CSS1, Opera is a good test environment. Opera does CSS1 without extensions.
Unfortunately, I still wouldn't deploy it on the web, because Arlen is right: over %90 of the visitors won't see it.
What some people do is kind of double-up, using both CSS and older techniques, so that the site will be real neat when viewed with a CSS capable browser, and degrade gracefully when viewed with something less. But that's a lot of work for a very small percentage of the visitors. CSS doesn't do much that can't be done other ways, it is useful mostly as an easier, more reasonable way to do it. But if you have to do both, what's the point?
---
Office:
mike -dot- huber -at- software -dot- rockwell -dot- com
Home:
nax -at- execpc -dot- com
> From: Arlen P Walker [mailto:Arlen -dot- P -dot- Walker -at- jci -dot- com]
>
> And check the TECHWR archives--there was a discussion
> back on 12/7/98
> lamenting the poor support for CSS in the current crop
> of browsers.
>
> And it hasn't improved. Well over 90% of your visitors will not have
> support for the CSS1 feature set, because neither of the two major
> browsers fully supports CSS1, yet. Netscape will probably be
> the first to
> do so, when their NGLayout engine finally ships.