hola jpiornos
puedes probar en hacer esto en tu index.htm
en el head colocas este script
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
{
// para redireccionar en pantallas de 800*600
// Comienzo
var nWdt = screen.width;
var nHgh = screen.height;
if ((nWdt == 800) && (nHgh == 600)) {
window.top.location='index800.html'
}
</script>
entonces el index.htm es para 1024 y index800 es para 800x600
saludos
Javier |