Gracias por responder, lo que concretamente quiero es algo como lo siguiente:
Código:
<html>
<body style="margin:0;overflow:hidden">
<div style="height:5%;background-color:yellow;">
<span style="font-size:9px;">SUPERIOR</span>
<input type="text" value="arriba"/>
</div>
<div style="height:90%;background-color:blue;overflow:auto;">
central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>
central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>
central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>
central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>central<br/>
</div>
<div style="height:5%;background-color:yellow;overflow:hidden;">
<span style="font-size:9px;">INFERIOR</span>
<input type="text" value="abajo"/>
</div>
</body>
</html>
Lo que necesito es tener un div superior y uno inferior, cuyo texto no aumente (sobre todo en el superior en que quiero poner pestañas y se descolocan mucho)... no me gusta el overflow hidden... me da que no va a ser posible ...
Muchas gracias