Closed (won't fix)
Project:
Cufón
Version:
6.x-1.0-beta4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2011 at 19:26 UTC
Updated:
27 Jun 2011 at 22:22 UTC
hello i have problems with cufon, dont work the a:hover. Im using in .breadcrumb
Where is the problem? a main problem in cufon or i need to write in some way the class in cufon administration?
Comments
Comment #1
troky commented6.x version is currently unsupported.... so, you'll have to fix it yourself.
Comment #2
koffer commentedvery nice answer :( some one else have a idea about it? somebody else have the same problem?
Comment #3
koffer commentedthis is my solution
i need to put this to rules in the file cufon-drupal.js inside the folde js in cufon module
Cufon.replace('.breadcrumb', { hover: 'true' });
Cufon.replace('a.breadcrumb' , { hover: 'true' });
i think the second line is where the magic work.
i add the same classes in cuffon drupal interface
.breadcrumb
a.breadcrumb
but i dont check the option of over so i think the first part is the important one.