Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I wanna create interactive map (of slovak republic) with html5/css, but i dont know how to create changing-color hover property.Any ideas how to cut the shapes of map and then assign a hover that changes a color/shadow of specific area? thank you

share|improve this question
    
Google SVG, then google how to apply CSS to an SVG. –  Michael May 21 '13 at 18:40
    
@Michael thanks a lot! –  l00pus May 21 '13 at 18:55
    
but can i code it as one file? –  l00pus May 21 '13 at 19:03
    
Sure, SVG's have lots of capabilities. I will warn you that they are not the easiest to work with right off the bat, but they are definitely the most succinct way of achieving what you want. –  Michael May 21 '13 at 19:31

1 Answer 1

You can use my CSSMap of Slovakia: http://winstonwolf.pl/clickable-maps/slovakia.html

share|improve this answer
    
thank you! seems really useful. –  l00pus May 26 '13 at 15:11

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.