I already know how to control them, and alter their filter, and add glow and all that.
But I realised I lack the coding to make them return to normal when I hover them with my mouse.
#friendGroup img {filter:gray;}
I tried
#friendGroup img a {filter:gray;}
and #friendGroup img a:hover {filter:gray;}
, but they don't seem to work.3nodding
Please and thank you.