Forum Moderators: not2easy
I did a simplified test using the following code:
#lp a{display: block; background-color: #ffc; color: #009;}
#lp a:visited {background-color: #fff; color: #063;}
#lp a:hover{background-color: #063; color: #fff;}
FF hovers nicely but IE does not respond.
Is there a secret that I am missing?