The button has two sides which slide over each other depending on how much space the button text takes up. The a class has one side as a background image while the span has the other. CSS shoves it round including allowing for a hover state (part of the original image).
My question is: Is there any way to style a form button (submit/reset/next etc) using this code? My guess is that I would need some way to print a keyword in the 'href' bit of the html. Is that the right track? Am I crazy?
Any ideas guys? Or is it just one of those painfully obvious things
I guess I'm wondering if it's possible to deconstruct the %submit_button% keyword further (into url and button text) so that I can use other keywords in the relevant parts of the html
[quote]
Any ideas guys? Or is it just one of those painfully obvious things
I guess I'm wondering if it's possible to deconstruct the %submit_button% keyword further (into url and button text) so that I can use other keywords in the relevant parts of the html
cheers
[/quote]
Why can't you just use the %submit_button% keyword, then use CSS to give it a background image?