Closed (fixed)
Project:
Nice Menus
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
2 May 2010 at 02:05 UTC
Updated:
4 Jul 2010 at 21:14 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| ie8.jpg | 89.09 KB | deaftone | |
| firefox.jpg | 66.45 KB | deaftone |
Comments
Comment #1
johnnyjohn commentedI have the same problem...
up
Comment #2
johnnyjohn commentedYeah 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});
Comment #3
add1sun commentedComment #5
dkingofpa commentedI'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.
Comment #6
dkingofpa commentedFix posted here: http://drupal.org/node/834636