It looks like a button, but it is not an input element. How can such an element be created?
views:
88answers:
5
+1
A:
- it can be a
<button>
- It can be anything with the right
border
- it can be an image.
Kobi
2009-11-22 13:08:19
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
2009-11-22 13:08:36
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
2009-11-22 13:10:31