Google Maps - Folded Paper Effect, How?
I'm building a website where I've included a Google Map using the Google Maps API v3. Now I'm wondering how to make the map look like a 'real map' (one out of paper that has been f
Solution 1:
this screenshot is taken from http://www.ubilabs.net/kontakt
It's a simple map which is covered by a <div/>
with a semi-transparent background-image(http://www.ubilabs.net/images/map_overlay.png)
To be able to interact with the map the pointer-events
-style of this div is set to none
Post a Comment for "Google Maps - Folded Paper Effect, How?"