I'm trying to make an interactive diagram, where the user can click on, let's say, 'Outputs', and the associated Outputs will light up on the diagram.
I've been searching for a way to do this with css or js, but can't really figure out a way to get it to work. I've considered using background-position to achieve this with an image sprite, but I think the image file will be much too large if this is what I had to do.
Is there any other way to achieve this effect that I'm missing? Any point in the right direction would be appreciated!
Thanks for any help! :-)