tags:

views:

88

answers:

5

It looks like a button, but it is not an input element. How can such an element be created?

+2  A: 

Maybe it is a button element? Or img element with a image of a button?

Juha Syrjälä
+1  A: 
  1. it can be a <button>
  2. It can be anything with the right border
  3. it can be an image.
Kobi
A: 

You could use an image, or you could style a div (or other block level element) around some text. You could then make it behave a bit more "buttony" with javascript effects. Quite why you'd want to do that is beyond me though.

FinnNk
A: 

They're normally created by adding CSS styling to a standard hyperlink, sometimes in combination with javascript. Check out Top 10 CSS buttons tutorials.

Dan Diplo
A: 

Please do check these articles:

Colour Blend