我正在尝试做的事情:
我做了什么
jsfiddle:http: //jsfiddle.net/eyyo/gUuVn/1/
<div style="left: 0; top: 0;">
<img src="images/tit_fondo1.jpg" style="position: relative ; z-index: 1;"/>
<img src="images/tit_fondo2.jpg" style="position: absolute ; z-index: 1;"/>
<img src="images/tit_titulo.png" style="position: relative ; z-index: 2;"/>
<div style="text-align:center; margin-left: auto ;margin-right: auto ;width:80%;">
<p style="color:#755C48; font:italic 10px arial;position: relative ; z-index:
2;">“Paragraph with a shor text of two or three lines”</p>
</div>
</div>
问题在于 img C 不能位于 img A 之上。