I have some HTML like this:
<div class="button2" onclick="">
<div class="button_text">LOCATE STORES</div>
<div class="button_arrow"></div>
</div>
I use this code for Cufon:
Cufon.replace('div.button2', { fontFamily: 'Bliss2H', hover: true, fontSize: '12px' });
My CSS:
div.button2 {
color: #d79645;
}
div.button2:hover {
color: white!important;
}
Cufon works, however the text color does not change on mouse-over.
Your buttons are links? This is the CSS for what I've got going on this page: http://ianmartinphotography.com/test-site/
My cufon buttons are at bottom.