He encontrado un buen script de redimenciones según la pantalla la cual es la siguiente:
Código HTML:
<script type="text/javascript">
if (screen.width < 1024 ) {document.write('<link rel="stylesheet" type="text/css" href="content/css/resolution/800.css">');}
else if (screen.width == 1024) {document.write('<link rel="stylesheet" type="text/css" href="content/css/resolution/1024.css">');}
else if (screen.width >1024 && screen.width <1280 ) {document.write('<link rel="stylesheet" type="text/css"href="content/css/resolution/1152.css">');}
else if (screen.width = 1280 && screen.height == 960 ) {document.write('<link rel="stylesheet" type="text/css" href="content/css/resolution/1280.css">');}
else if (screen.width = 1360 && screen.height == 768 ) {document.write('<link rel="stylesheet" type="text/css" href="content/css/resolution/1360.css">');}
else {document.write('<link rel="stylesheet" type="text/css" href="content/css/resolution/1024.css">');}
</script>
Corre en MOZILLA FIREFOX y GOOGLE CHROME, pero no me funciona en IE
pueden ver un ejemplo en www.radiomyhouse.com/ya