CSS: Highlight Active Text Control
Posted on: March 27, 2005
<style type="text/css">
input:focus { background-color: #FFFF99 }
textarea:focus { background-color: #FFFF99 }
</style>
comments powered by Disqus