Input image submit buttons
If you’ve ever tried to design a nice submit button for your mobile site, you’ll know what a pain it is.
One option is to design it with CSS – add a border here, a background there, and you’ll get something that looks a little bit like a button. Take advantage of some CSS3 features such as border-radius and maybe a gradient background and you can come up with something really nice.
But what happens on phones that don’t handle CSS3 (or ... Read more
