How can I make a bright effect when a textbox is focused?
Twitter‘s login page has implemented the brightening text boxes already.
I wonder the way to implement it.
Any ideas? pure CSS? or some javascript to handle focus event and addClass removeClass with it?
I prefer jQuery way of implementing javascript stuffs rather than implementing with pure javascript 🙂
Twitter implements this with a simple CSS3 box-shadow:
There is no Javascript needed to handle style changes when focusing an element.