vote up 0 vote down star

So right now I'm bashing my head - at the moment we use an element for a button to give it our own custom font, fine - this works, but as we're using Cufon on the rest of the site, we're wondering if it's possible to get Cufon working on a button.

So far I've changed the button to an and using standard css styles on an 'input' or 'input[type="submit"]' element work fine - but I've tried both of these in cufon to no avail.

This is a button - so as Cufon generates images, this should work, but maybe I'm doing it wrong - can anyone help?

flag
1  
I would guess it will work inside a <button>, but not with a <input> element. Which have you tried? – Philippe Gerber Aug 22 at 11:21
I've tried a <input type="submit"/> so far - didn't know about the <button> element; I'll try that now. Thanks so far – Tom Harvey Aug 22 at 11:35

1 Answer

vote up 0 vote down check

Using the element in the following way: value worked when applying the Cufon style: Cufon.replace('button', {color: '-linear-gradient(#999, 0.45=#666, 0.45=#555, #999)'});

Thanks very much :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.