Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
user-inactivated · 4177 days ago · link · · parent · post: Interesting CSS Problem I've Been Trying to Solve All Day
Make the image and circles SVG? You can make the circles behave like links with a click event handler and setting cursor to pointer. Then when you scale it, you're scaling the whole assemblage. Alternately, I think CSS transformations should work with image maps.