Submit button “inspired” to Macromedia Buttons

I like very much Macromedia buttons, and I wanted to have it one like these in my forms.

That's all... here it is

the style is

HTML:
  1. <input style="width: 120px; border: 3px double #999999; border-top-color: #CCCCCC; border-left-color: #CCCCCC; padding: 4px; background-color: #EEEEEE; background-repeat: repeat-x; color: #333333; font-size: 11px; font-weight: bold; font-family: Verdana, Helvetica, Arial, sans-serif;" type="submit" value="Push me" />

Bye.

Improve the blog rating this post
Tell me what do you think about this post. I'll write better and better entries.
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...

» Template Monster offers you a great assortment of CSS Templates.
They can be a great start to launch a website of your own and meet the individual needs of your project.

5 Responses to “Submit button “inspired” to Macromedia Buttons”

  1. Lasse on September 20th, 2007 6:59 pm

    if you add som more styles, it looks cooler.
    Here is my suggestion:

    .button {
    width: 120px;
    border: 3px double #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 4px;
    background-color: #EEEEEE;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    }
    .button:active {
    border-top-color: #999999;
    border-left-color: #999999;
    border-bottom-color: #CCCCCC;
    border-right-color: #CCCCCC;
    }

    When you click the button, it kind of goes down.

  2. Lasse on September 20th, 2007 7:01 pm

    oh, i forgot the button:

  3. Lasse on September 20th, 2007 7:02 pm

    what det fuck ..
    the button code won’t be submitted ;s

  4. Thomas on September 23rd, 2007 5:39 am

    Cool CSS! I’ll test it on my blog, see how it looks against my extremely busy interface!

  5. shan on July 6th, 2008 5:57 am

    nice, and Lasse’s addition is cool as well.
    thanks

Leave a Reply