[thelist] javascript for question

Bruce Gilbert webguync at gmail.com
Thu Jul 6 15:17:33 CDT 2006


>There is actually a CSS pseudo class called :focus that you could >use
>the change the background color of all inputs when they are clicked >on
>(or tabbed to) which would be like this

>input:focus {
>background-color: red;
>}



This works fine in gecko browsers but not in IE for some reason. Does IE not
support this CSS pseudo class??
-- 
::Bruce::



More information about the thelist mailing list