Forums
Home / Plugins / [Plugin: WP-Cufon] a:hover (@ h1) doesn’t work
(@miejsca)
15 years, 7 months ago
(@andygcook)
15 years, 6 months ago
To solve this problem, you just have to set the hover property = true:
Cufon.replace(‘h2’, { fontFamily: ‘Arial’, hover: true });
That should take care of it.
(@jockpost)
14 years, 11 months ago
Perfect advice. Got me out of a jam. Thanks!