Mark Pilgrim is switching from CSS hiding to mod_rewrite:
Each page links to two stylesheets: mu.css and om.css. Everybody gets mu.css, and the bulk of my styles are defined there. But for browser-specific workarounds, om.css gets redirected based on rules I set up in my .htaccess file
Two words: caching proxies. There’s no way for the proxy to know what is happening behind the scenes on the web server, it will cache the returned CSS as om.css and serve it to everyone.
There are probably some HTTP/1.1 headers that will prevent proxies from caching the file while still allowing the browser to do so, but why bother? Use pixels. People with vision problems that require on-demand font resizing ought to be using a browser that respects their needs. Upgrade, switch, or f’ck ‘em.

2 Responses to “mod_rewrite considered harmful”
Who's linking?
"In brief: 21 Jan 2003 More on mod_rewrite and mod_gzip. Random Mac tips. Several excellent essays by Paul Ford. ..."
"CSS Font Sizing Scuffle Well, ok, it's not exactly a scuffle, but a debate I never get enough of. Fixed font ..."