>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::