我只是想知道如何使用絕對定位在<p/>
之上顯示圖像。注意:圖像沒有定義高度,可以更長或更短。目標是在使用絕對定位之上顯示圖像。使用絕對定位在內容上方顯示圖像
<div id="wrap">
<p>Hello</p>
</div>
<script>
//Display an image above the <p/> using absolute positioning.
//Note: the image has no define height, it could be longer or shorter. The goal is to
display the image above the <p/> using absolute positioning.
</script>
以上'
'....什麼是 ...您想要在哪裏再次顯示圖像......在''之後或者在'
之後'? – NoobEditor