viktor
12-09-2008, 03:46 AM
Hey guys,
Need some quick help with submit button.
I have simple ajax and php mail form, which uses post action.
Right now I have this as my submit button:
<input class="submit" type="submit" name="sendContactEmail" id="sendContactEmail" value=" Send Email " />
I want to style it as a normal link to look like a button.
<a class="Button" href="#"> <span class="btn">
<span class="t">Read more...</span> <span
class="r"><span></span></span> <span
class="l"></span> </span> </a>
How can I make it into submit button?
Thanks,
viktor
Need some quick help with submit button.
I have simple ajax and php mail form, which uses post action.
Right now I have this as my submit button:
<input class="submit" type="submit" name="sendContactEmail" id="sendContactEmail" value=" Send Email " />
I want to style it as a normal link to look like a button.
<a class="Button" href="#"> <span class="btn">
<span class="t">Read more...</span> <span
class="r"><span></span></span> <span
class="l"></span> </span> </a>
How can I make it into submit button?
Thanks,
viktor