La respuesta está en la FAQ del foro:
<head>
<link rel="stylesheet" type="text/css" id="hojaestilo">
<script language="JavaScript" type="text/javascript">
<!--
document.getElementById('hojaestilo').href = screen.width + ".css";
-->
</script>
</head>
Y se crean tantos archivos css, como resoluciones se deseen tomar en cuenta, con el siguiente formato: xxxxxx.css, por ejemplo: 800.css, 1024.css
http://www.forosdelweb.com/showthread.php?postid=865279
Saludos.