Hola
Snake nS y
seoista
overflow-x y overflow-y solo funcionan en IE. para que también funcione en Firefox hay que añadir algo más:
Código:
<head>
<style type="text/css">
<!--
body,html
{overflow-x:hidden;
overflow-y:scroll;
overflow: -moz-scrollbars-horizontal}
-->
</style>
Saludos,