Paypal button hover text?
Posted:
June 7th, 2011, 4:19 pm
by rossagrant
Hey guys,
Is there anyway to implement paypal button hover text when a cursor rolls over a custom image for a Paypal button?
Ross
Re: Paypal button hover text?
Posted:
June 7th, 2011, 6:03 pm
by Cristián Lávaque
You need to add title="Your hover text" to the image input tag in the form.
You could edit the button's template in /wp-content/plugins/s2member/includes/templates/buttons/ but it'll be lost after an update.
You can use the full button code the generator gives you, which is the template from that directory plus the values.
Or you could use ouput attribute and set it to URL and use it to link your button's image tag that includes the title.
Does that help?