Hi,

I'm using nice menus as primary links with cufon. Second level menu is not showing in IE8. I've tried changing z-index values but I don't think it is the problem. I couldn't figure it out.

CommentFileSizeAuthor
ie8.jpg89.09 KBdeaftone
firefox.jpg66.45 KBdeaftone

Comments

johnnyjohn’s picture

I have the same problem...

up

johnnyjohn’s picture

Yeah I find the problem :

In the file : cufon-replace.js
Add "z-index:999" in line 1 like that :
Cufon.replace('.header .menu a', { fontFamily:'Myriad Pro', z-index: 999});

add1sun’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

dkingofpa’s picture

I'm not quite sure how adding z-index:999 fixed your problem. z-index isn't a valid option value for Cufon.replace() as described here: http://wiki.github.com/sorccu/cufon/styling

Whenever I add z-index to my Cufon.replace() I get a javascript error saying that ":" was expected where the "-" character is in z-index.

dkingofpa’s picture