<html> <head> <style> .chk:focus{ background-color:red; } </style> </head> <body> <input class=chk type=text> </body> </html>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)