Hace unos dias que he terminado un "theme" para wordpress

mooscroller 0.11 (en prueba)

lo que tiene:

ajuste automático a la resolución mínima de 800 x 600 usando javascript1.2


Código :

<script language="javascript1.2"> 
//document.write('Your settings are ' + screen.width + ' x ' + screen.height + ''); 
if (screen.width == 640) { 
//document.write('<link rel="stylesheet" type="text/css" href="640.css">'); 
//alert("Style Sheet for 640 x 480 would have been loaded."); 
} 
if (screen.width == 800) { 
document.write('<link   rel="stylesheet"  type="text/css" href="<?php bloginfo('wpurl'); ?>/wp-content/themes/mooscroller/800.css">'); 
//alert("Style Sheet for 800 x 600 would have been loaded."); 
} 
if (screen.width == 1024) { 
//document.write('<link   rel="stylesheet"  type="text/css" href="<?php bloginfo('wpurl'); ?>/wp-content/themes/mooscroller/800.css">'); 
//alert("Style Sheet for 1024 x 768 would have been loaded."); 
} 
if (screen.width == 1280) { 
//document.write('<link rel="stylesheet" type="text/css" href="1280.css">'); 
//alert("Style Sheet for 1280 x 960 would have been loaded."); 
} 
if (screen.width == 1600) { 
//document.write('<link rel="stylesheet" type="text/css" href="1600.css">'); 
//alert("Style Sheet for 1600 x 1200 would have been loaded."); 
} 
// End --> 
</script>





al resto de las resoluciones va en automatico el estilo por defecto

descargar

http://code.google.com/p/horizontal/
http://code.google.com/p/horizontal/

descargar zip

Este theme o estilo para wordpress esta basado en Flash horizontal navigation effect que permite una navegación horizontal usando el mouse

demo

http://66.84.55.161/wp/


espero:
Quejas y sugerencias