问题描述
我正在页面上用cufon替换一些文本,并且正在使用jquery时尚的选择框插件( http://www.scottdarby.com/plugins/stylish-select/0.4/)来设置选择框的样式.
I'm replacing some text with cufon on my page and I'm using jquery stylish select box plugin (http://www.scottdarby.com/plugins/stylish-select/0.4/) to style select boxes.
问题在于,在IE6和IE7中,选择框位于已字体化的文本下方. (选择框实际上是<ul>
).
The problem is that, in IE6 and IE7, select box goes under the cufonized text. (the select box is actually an <ul>
).
以前有人遇到过这个问题吗?
Anyone had this issue before?
推荐答案
我在下拉菜单中遇到了相同的问题,通过该菜单,Cufon h1在IE 6和更高版本中仍然可见. 7.给ul所在的元素指定一个z-index解决了该问题!干杯
i encountered the same problem with a drop down menu, through which the Cufon h1 stays visible in IE 6 & 7. Giving the element in which the ul is placed a z-index solves the problem!Cheers
这篇关于Cufon文本Z-索引(IE6和IE7时尚的选择框错误)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!