I have a set of tags with differing rgba background colours but the same alpha. Is it possible to write a single css style that will change only the o
This is about the simplest way; put this in your css stylesheet:
a:hover { color : #c00; }
done!