Mark Caudell
(Unknown)
Posted: 09/01/2008, 09:09:04
The way you describe it, you can only achieve that effect in Firefox using CSS alone. IE won't do pesudo actions on any element other than anchor tags.
The other way of doing this is to use JavaScript to switch class names and those two class names can use different background colours. This will work in both browsers.
Hope that helps.