I have a Google Map on one webpage where I want to disable both scrolling and zooming. I accomplish this by having an empty DIV element with absolute positioning cover the map area.
Firefox/Chrome work fine, but IE6 doesn't really care about this DIV. For some reason, it just lets me drag the map. I set the DIVs background color to green, and verified that the DIV was indeed being displayed. Weird thing is, when the DIV has a visible color, it works. It blocks all events from being transfered to the map. But when the color is transparent, it doesn't work.
Any ideas why IE6 does so? I've googled a lot and all I comeup with are z-index bugs, which this probably is not, since the DIV works fine with a solid background color.