CSS : Input -> Submit button
CSS : Input -> Submit button
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- gabriel20
technically you can do something like this:
input[type=button] {}or input[type=submit] {}
in your style declarations but it isn't widely supported yet...