Tu duda tiene más de css que de javascript. Fijate si te sirve esto:
Código javascript
:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div id="ext" style="position:relative">
<div id="int" style="position:absolute; bottom:0; width:200px;" onclick="this.innerHTML='Creo una capa, con un determinado ancho y en una determinada posicion, y quiero, que cada vez que escriba el texto, la capa a la hora de crecer, en vez de crecer hacia bajo, crezca hacia arriba. No se si me he explicado bien y tampoco se si se puede.'">click aquí</div>
</div>
</body>
</html>