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
Why not use :hover and specify a different opacity in the hover class?
:hover
a:hover { opacity:0.6 }