<style type="text/css">
input:focus { background-color: #FFFF99 }
textarea:focus { background-color: #FFFF99 }
</style>
|
After a very painful data-migration process
The blog has moved to a new location: www.freshblurbs.comPlease, kindly update your RSS Reader with the new URL:http://www.freshblurbs.com/rss.xml I apologize for the temporary inconvenience but in the long run the new server is going to be much more featue-rich and comfortable, benefiting both me and my kind readers. 03/27/05 CSS: Highlight active text control<style type="text/css"> input:focus { background-color: #FFFF99 } textarea:focus { background-color: #FFFF99 } </style> |