This is my closest answer I can find but I am struggling to implement this with a graphic / navigation I have to do. I hope you can help.
You can see my fiddle here: https://jsfiddle.net/SteveDavies/nxcw9w4f/
I have two parts, the part of the right are 3 menu items. When I hover over the grey, I want the green and pink to change (opaque). When I hover over the green, I want the grey and pink to change and when I hover over the pink, I want the green and grey to change.
AT THE SAME TIME
What ever is opaque on the menu area will be opaque on the globe.
I need to then get it to work backwards, when I float over the pink area of the globe, the other two areas are greyed out and in the menu area to grey out too.
I hope this makes sense.
I thought about using z-index
to layer the 3 parts of the globe but I don't think this will work?
Image of the globe also attached.
Hope you can help!
Steve