【发布时间】:2011-09-12 21:25:48
【问题描述】:
我完全糊涂了。我已经阅读了针对该主题推荐的文章,但似乎仍然找不到有用的东西。
它的外观如下: ------> 使用 FIRFOX 或 SAFARI http://lisareisman.com/tests/focusTest
然后在 IE 8 或 9 上查看。2 个“i”图标和 iPod 标签已“重新定位”。
这是css:
#feature_top, feature_bottom {
z-index:1;
}
#feature_top img.info_btn {
position:relative;
float:right;
margin-top:-28px;
margin-right:165px;
z-index:2;
}
.img_overlay {
float:right;
margin-right:-15px;
margin-top: -150px;
position:relative;
z-index:3;
}
#feature_bottom img.info_btn {
position:relative;
float:right;
margin-top:-155px;
margin-right:125px;
z-index:2;
}
我有一个单独的 ie 样式表。
顶部的html:
<div id="feature_top">
<img class="feature_arrow" src="img/arrow.png" alt="Feature arrow" />
<h2>QwickPay Mobile Payment System</h2>
<p class="top"><span class="bold">QwikPay</span> is a complete payment solution allowing your PC, Mac, IiPhone, iPod Touch, iPad or any other mobile smart phone, to evolve into a highly secure payment system. With <span class="bold">QwikPay</span>, you can easily accept credit and signature debit sales anytime, anyplace. Don't type, safely swipe and you and your customer will enjoy the convenience and peace of mind unmatched by any other secure, POS system. It is easy to use and can help merchants lower their cost of accepting cards by as much as 30%. When your customers want to pay with a card, <span class="bold">QwikPay</span> is the safest way.</p>
<div id="feature1_img">
<a href="#"><img src="img/qwikPaywithPhone.png" alt="" /></a>
<a class="iframe" href="http://www.qwickpay.com/"><img class="info_btn" src="img/info_icon.png" /></a>
<img class="img_overlay" src="img/made-for-iphone-ipod.png" />
<div style="display: none;">
<a class="fancybox" href="img/setUpSale.png"></a>
</div><!--end fancy box-->
</div><!--end feature image 1-->
</div><!--end of feature_top-->
我非常感谢您的帮助。我快要死机了。我正在使用资源管理器开发人员栏,我正试图向下轻推“i”图标和 iPod 标签,它们靠近然后跳过下图。
我不断返回并尝试其他帖子中的建议,但似乎找不到合适的。真的很珍惜时间。祝你好运!!
谢谢!!!
丽莎 “我应该知道怎么做,但我不知道”l;o)
【问题讨论】:
标签: css internet-explorer z-index