1

我有一个带有视网膜效果的页面,我试图将图像放在顶部的单独 div 中。我该怎么做呢?

它是不同的,因为你不能简单地添加它,而且 z-index 也会把它弄乱。

主体设置如下

    <body>
    <div id="bar"></div> //this shows under the anchor, and wont go above
<div id="text"><img src="images/text.jpg" style="height:232px; width:1024; position:absolute; top:536px; left:0;"/></div>
    <a href="images/IDPlarge.jpg" class="cloud-zoom" rel="position: 'inside', showTitle: false">
        <img src="images/IDPfit.jpg" alt="" />
    </a>
   //putting it here makes no difference
</body>
4

0 回答 0