Where can I get one of those cool "red-to-green" order buttons?

5 replies
You know that style of order button that goes from red to green when your mouse hovers over it?

Do you know where I can get those?
#buttons #cool #order #redtogreen
  • {{ DiscussionBoard.errors[1922739].message }}
    • Profile picture of the author BillyBee
      Originally Posted by Mark Hess View Post

      Wow, thanks, Mark! Looks perfect.
      {{ DiscussionBoard.errors[1922746].message }}
      • Profile picture of the author BillyBee
        I can get this button to appear properly on my site but how can I make it clickable so that it sends the customer to my order form?

        If anyone can help me with this, I'd greatly appreciate it.

        The code for the button is below. How could I adjust the code to make it clickable to go somewhere else?


        <table border="0" cellspacing="0" cellpadding="0">
        <tr>
        <td nowrap id="submitpad"
        onMouseDown="this.style.backgroundColor='#009900'"
        onMouseOver="this.style.backgroundColor='#009900'"
        onMouseOut="this.style.backgroundColor='#ff0000'">
        <span style="cursor:pointer;">
        <input name="submit" type='submit' style="cursor:pointer; font-size: 16px;" value='Give Me My FREE Report Now! &gt;&gt;'/></span>
        </td>
        </tr>
        </table>
        {{ DiscussionBoard.errors[1924689].message }}
        • Profile picture of the author dblgdee
          <a href="http://link">
          <table border="0" cellspacing="0" cellpadding="0">
          <tr>
          <td nowrap id="submitpad"
          onMouseDown="this.style.backgroundColor='#009900'"
          onMouseOver="this.style.backgroundColor='#009900'"
          onMouseOut="this.style.backgroundColor='#ff0000'">
          <span style="cursorointer;">
          <input name="submit" type='submit' style="cursorointer; font-size: 16px;" value='Give Me My FREE Report Now! &gt;&gt;'/></span>
          </td>
          </tr>
          </table> </a>
          {{ DiscussionBoard.errors[1933847].message }}
  • Profile picture of the author stayfocused
    If you are looking to do the same thing with the popular "belcher button" then you can check out this site: The UBB Ultimate Belcher Button Wizard | TroyNotes

    It will let you create a button on the fly with strike out text and all
    {{ DiscussionBoard.errors[1922949].message }}

Trending Topics