I wanted to add the same :hover effect to the accesskeys to give a better visual indication of where IE7 has focused to and so thought i'd add #menu a:focus to my CSS.
only it is not working in IE7 , am I to take it this does not work in IE7 or have I coded it incorrectly..
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
only it is not working in IE7 , am I to take it this does not work in IE7 or have I coded it incorrectly..
Code:
#menu a:hover, #menu a:focus {
background: #787878;
color: #E6E6E6;
}
thanks 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.