Is there a way to prevent mouse interactions and scrolling in an open maps iframe
? I have already tried adding the attribute scrollwheel="false"
to no avail. Are there any CSS methods to achieve this?
<iframe id= "mapsource" scrollwheel="false" src="http://www.openstreetmap.org/export/embed.html?bbox=-123.21233510971068%2C49.260691198361066%2C-123.18484783172607%2C49.27329289319553&layer=mapquest&marker=49.26699244809891%2C-123.19858074188232"></iframe>
If not, I am also considering alternatives such as using javascript to disable scrolling. Any suggestions would be appreciated.