I have a bunch of links all with different background colours - question is, is there a quick and easy way so that when a user hovers over these links that the colour changes based on a paticular percentage? I.e. on hover it makes the background 10% darker. What i'm trying to get away from is having to specify additional CSS for each and every colour being used... seems like an effecient way that will not only bloat my css but also my markup.
Any help appreciated.
Thanks,