html - Looking for some CSS that will make my links look like buttons -


possible duplicate:
how make html link button?

i've looked around on web. found links colorful buttons don't buttons @ :-)

is there out there has css found or came me make links "real" buttons see when use "submit" type button in form.

i don't mind if css uses graphic backgrounds. looking simulates button close possible. use jquery have on page.

thank much

in webkit , gecko there -webkit-appearance , -moz-appearance properties want. i'm not sure on support in other browsers – you'd need check. here's demo:

http://jsfiddle.net/kz2we/2/

in css3 there standard property appearance, but, of june 2013, isn't supported in browser.

the proprietary extensions work chrome, safari (webkit) , firefox (mozilla). isn't supported @ nor in ie niether in opera.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -