Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Fixed interactive overlay on SVG Reply To: [Solved] Fixed interactive overlay on SVG

#203528
Paulie_D
Member

You’re using an actual image which doesn’t support that kind of interactivity of ‘parts’.

Why not use the actual SVG and then it would work when each sub-element of the SVG is hovered.

Each of those filled areas are separate paths/polygons …aren’t they?