In article <7f41330a.0308280708.4c6175c4 (AT) posting (DOT) google.com>,
jhertsch (AT) cox (DOT) net says...
Quote:
1) Should I use tables or CSS to layout my pages? |
CSS.
Quote:
2) What is the most efficient combination of browser sniffers and
alternate pages? |
Forget about them. They make things unnecessarily complicated and are
only useful for pixel-perfection-fetishists. You shouldn't become one of
them developing for the WWW.
Quote:
3) What should I assume is the minimum standard that my users are
using to access the Web? |
Hand-phones? You don't need to know the medium really if you understand
HTML. It is a language which is not covering formatting details. Go with
e.g. XHTML1 Strict if you want to support hand-phones (WAP2). HTML4
Strict is OK too. Test your site with a simpler browser like Lynx as
well, until you get used to how it will display (you can also download
the W3Cs Amaya and switch to text-display, or get Opera 7 and change
some of its accessibility settings).
Quote:
4) Is a script that loads one stylesheet for Explorer 4 and later,
another for Netscape 7 and later, and a tables page for everybody else
a good way to go? |
No. I would suggest simply forgetting about Netscape 4. This way you can
write much more accessible pages for all the other browsers out there.