I have a circle shaped image I want to highlight with red, yellow or green sometimes. Can CSS be used for this?
I know I could do something like border:#CCCCCC thin solid; but I want the highlight to be the same shape as the image (circle in this case).