Curioso proyecto, experimento CSS dicen ellos, que como tambien dicen:
- One HTML container; // Un Contenedor HTML
- pure CSS styling; // Diseño únicamente con CSS
- no workarounds, filters, or hacks. // Ningún tipo de filtro, hack
Por el momento esta la página web más alta del mundo con una altura de 18.939Km (11.769 millas), y unicamente se trata de un div que mediante CSS se le ha asignado un estilo CSS que le otorga dicho tamaño.
/* The styling of the highest “div” element of the world: */
div#whws {
font-size: 100cm;
height: 18939.583em;
line-height: 1.0;
}
El experimentos en si, es tambien bastante simple, pero hasta ahora ha demostrado un par de cosas que como mínimo, no nos sorprende.
- For the records – Gecko-based browsers like Firefox show an interesting behavior when you want to make the site any higher, namely by shrinking or collapsing its main container;
- Internet Explorer doesn’t accept internal references behind the real action, and it’s unclear if the container height really is 18,939 meters (though it’s damn high nonetheless);
- Netscape 8.1, at least, swallows up the styling.
Yo, he tenido porblemas con Firefox, incluso me ha colgado un par de veces el navegador. ¿A alguien más le ha pasado?
8 comentarios, 2 referencias
+
#