hi there,
is it possible to replace the fonts from a submit or send button by cufon?
i tried the normal way, but it won't work.
i found this
$('.input-button').each(function(){
$(this).hide().after('<span class="input-button">').next('span.input-button').text($(this).val()).click(function(){
$(this).prev('input.input-button').click();
});
});
but i don't know where to put it in wordpress.
best regards