the submit input type, normally has 'bevel' 3d on the side corner. how to use css to make it plain look?
|
feedback
|
|
Adding any kind of border to the button will remove the browsers built in '3D effect'. Something like the following will add a simple grey border instead.
Note that the default button styling is dependant on both browser and operating system, so it is definitely worth applying your own styling if you want total control of the look of your page. | |||
feedback
|
|
This should work for what you need:
or if you wanted to be more specific:
or you could use an inline styling:
| ||||
|
feedback
|