una duda, tiene que ser centrado?
si no es así... haz esto:
Cita: <body>
<p class="text_left">Holaaaaaaa</p>
<div id="imgdivleft"><img src="imagen.png" width="200" height="160" /></div>
</body>
css:
Cita: .text_left{
float:left;
}
#imgdivleft{
width:200px;
position:absolute;
margin-left:-30px;
z-index:2;
}
Modifica los tamaños y listo, también modifica el tamaño de
"margin-left:-30px;" hasta que te gusté.
PD2: Ya lo hice y me funciona.
Así tiene que funcionar sin qué el texto tengo capa.
Ami me funciono y te dejaré el link de mi web para que veas:
http://westden.net/prueba/
Ingresa al anterior link. y mira que la imágen está sobre el texto.
dale clic derecho a la imágen y le das ver imágen. asi verás que si es imágen, se verá transparente por que la hice con opacidad para poder ver el texto.
ya es solo mostrarle a tu profe y listo.
si quieres te puedo pasar el .html con la imágen y listo.
Saludos ;)