Hey Karl,
Thanks for the reply. Actually that isn't the problem. The problem
turned out to be I needed to do a removeClass on the element. Then
place the new class in it. Otherwise it will append it to the already
existing class.
My next problem was that I needed to remember what the class i
So, it looks like the problem you're having is that the style for the
"over" class is not overriding the "alt" class. The simple solution
would be to give a higher specificity to the "over" class's CSS rule.
Something like this, perhaps, in your stylesheet:
.alt { background-color: #ccc;
2 matches
Mail list logo