Meu colega...tem como redirecionar a página de acordo com a resolução... Se vc quiser :Tem certeza disso? Se alguem souber me ajude.
<script language="JScript"> <!-- w = screen.width; h = screen.height; if(w==800 && h==600) { window.location ='pagina800x600.htm'; } else if(w==1024 && h==768) { window.location = 'pagina1024x768'; } --> </script>
Abraços cara