Archive for June 27, 2007

Uppercase fields on web apps   Leave a comment

As well as the obvious javascript to make sure that what the user types in is uppercased it’s also possible to do it in CSS.


<style type="text/css">
textarea { text-transform: uppercase }
</style>

Posted June 27, 2007 by colinnewell in Programming

Follow

Get every new post delivered to your Inbox.

Join 32 other followers