Hola,
Tengo dos cajas, una dentro de otra y superpuestas,
aca pueden ver.
En donde esta el subtitulo actualizaciones el texto sobre pasa las cajas...
aca el css:
Código HTML:
div.ext {
text-align:left;
width : 1010px;
min-height : 1330px;
height:auto;
margin : 0 auto;
margin-top:0;
background : url(../img/fnd_tpt.png) repeat;
position: relative;
z-index : 2;
}//este es el estilo transparente externo//
div.int {
margin : 0 auto;
margin-top : 15px;
width : 980px;
min-height : 990px;
height:auto;
background : #e6f2ff;
z-index : 3;
position : relative;
}
saludos