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

troky’s picture

Status: Active » Closed (won't fix)

6.x version is currently unsupported.... so, you'll have to fix it yourself.

koffer’s picture

very nice answer :( some one else have a idea about it? somebody else have the same problem?

koffer’s picture

this 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.