Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cufon text z-index (IE6 and IE7 stylish select box bug)

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.

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?

like image 409
Adrian Avatar asked Feb 03 '10 11:02

Adrian


2 Answers

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

like image 145
AJ. Avatar answered Sep 28 '22 09:09

AJ.


I had same problem, but becouse cufon was relative posioned. Z-index + positon relative for menu item solved my problem. :)

like image 40
Martin Yarcheeck Avatar answered Sep 28 '22 11:09

Martin Yarcheeck