I am trying to establish four different states for my buttons in a web app: normal, infocus, selected (called depressed), and inactive (grayed out). If you build the CSS code to place the button infocus with a mouseover, then give it a selected state, when the user tabs to the button it looks selected instead of infocus.
Very odd response. See the code used below. Any ideas?
#popprint a {
display:block;
width:50px;
height:22px;
background: url("images/print_popup_button.gif") top left no-repeat;
text-decoration: none;